feat(tp2-obj2)

This commit is contained in:
Hugo Meens 2025-04-03 14:53:57 +02:00
parent 43d7ae87d6
commit e4242061c3

View File

@ -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: