lots of stuff

This commit is contained in:
2025-03-20 10:04:48 -06:00
parent ec36101d99
commit 55bb27a1de
8 changed files with 109 additions and 37 deletions
+4 -13
View File
@@ -1,14 +1,5 @@
TARGETS = roll
all: $(TARGETS)
CFLAGS += -g
roll: roll.c
.PHONY: clean
clean:
rm -f $(TARGETS)
sane: roll.c ../include/sysexits.h
$(CC) -DDONT_USE_SYSTEM_SYSEXITS -o roll roll.c
roll: %.c
$(CC) -o $@ $@.c
.PHONY: all clean sane
rm roll.c