1
0

lots of stuff

This commit is contained in:
dtb
2025-03-06 18:52:24 -07:00
parent ec36101d99
commit 55bb27a1de
8 changed files with 109 additions and 37 deletions

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