feat(tp2-obj2)
This commit is contained in:
parent
43d7ae87d6
commit
e4242061c3
@ -3,13 +3,13 @@ OBJ=extern.c hs_handler_c/hs_handler.c hs_handler_c/hs_handler_types.c
|
||||
|
||||
all: main
|
||||
|
||||
b: hs_handler.ept
|
||||
heptc -target c $<
|
||||
|
||||
a: extern.epi
|
||||
heptc $<
|
||||
|
||||
main: $(OBJ) a b
|
||||
$(OBJ): hs_handler.ept a
|
||||
heptc -target c $<
|
||||
|
||||
main: $(OBJ)
|
||||
gcc -I $(LIB_PATH)/c -I . main.c $(OBJ)
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user