src/Makefile

changeset 3
1efd6da2ad53
parent 0
593b60458157
child 6
302971e8599b
     1.1 --- a/src/Makefile	Mon Oct 30 17:59:37 2023 +0100
     1.2 +++ b/src/Makefile	Mon Oct 30 18:09:27 2023 +0100
     1.3 @@ -40,7 +40,8 @@
     1.4  
     1.5  FORCE:
     1.6  
     1.7 -$(BUILD_DIR)/core.o: core.c ascension/core.h ascension/utils.h
     1.8 +$(BUILD_DIR)/core.o: core.c ascension/core.h ascension/datatypes.h \
     1.9 + ascension/utils.h
    1.10  	echo "Compiling $<"
    1.11  	$(CC) -o $@ $(CFLAGS) -c $<
    1.12  

mercurial