xmas commit

This commit is contained in:
2020-12-24 10:28:56 +01:00
parent 1a185d05c5
commit db05907447
4 changed files with 16 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ t: t.c Makefile ${OBJS}
# ---------------------------------------------------------
#
# the two main programms
#
fonderie: fonderie.c ${DEPS} ${OBJS} Makefile
@@ -31,7 +32,9 @@ interpolator: interpolator.c ${DEPS} ${OBJS} Makefile
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
# ---------------------------------------------------------
#
# a lot of silly functions
#
crapulator.o: crapulator.c ${DEPS} Makefile
gcc ${COPT} -c $<