feat(tp3-obj1)
This commit is contained in:
@@ -6,10 +6,10 @@ all: main
|
||||
a: extern.epi
|
||||
heptc $<
|
||||
|
||||
$(OBJ): hs_handler.ept a
|
||||
b: hs_handler.ept a
|
||||
heptc -target c $<
|
||||
|
||||
main: $(OBJ)
|
||||
main: b
|
||||
gcc -I $(LIB_PATH)/c -I . main.c $(OBJ)
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user