nap time commit

This commit is contained in:
tTh
2023-02-13 17:56:08 +01:00
parent 36d30b76d7
commit a4b7f5c21c
8 changed files with 37 additions and 28 deletions

View File

@@ -41,19 +41,19 @@ singlepass: singlepass.c ${DEPS} ${OBJS} Makefile
# some files are magically generated, sorry.
#
crapdef.h: crapulors.liste Makefile craplist2h.awk
./craplist2h.awk < $< | tee $@
< $< ./craplist2h.awk > $@
crapstr.h: crapulors.liste Makefile craplist2str.awk
./craplist2str.awk < $< | tee $@
< $< ./craplist2str.awk > $@
# ---------------------------------------------------------
#
# a lot of silly functions
#
crapulator.o: crapulator.c ${DEPS} Makefile
crapulator.o: crapulator.c $(DEPS) Makefile
gcc ${COPT} -c $<
fifo.o: fifo.c fifo.h Makefile
fifo.o: fifo.c fifo.h $(DEPS) Makefile
gcc ${COPT} -c $<
sfx.o: sfx.c ${DEPS} Makefile