more cleaning!!!

This commit is contained in:
2022-09-18 20:40:56 -04:00
parent 3b9ff7ddb4
commit 473cbc8123
8 changed files with 62 additions and 90 deletions
+13
View File
@@ -0,0 +1,13 @@
TARGETS = sysexits sysexits.h
CFLAGS = -I..
all: $(TARGETS)
clean:
rm -f $(TARGETS)
%: %.c
$(CC) $(CFLAGS) -o $@ $@.c
sysexits.h: sysexits
./sysexits >sysexits.h