subtle bug fix

This commit is contained in:
2022-11-20 20:35:09 -05:00
parent 19f091eead
commit b484c81320
2 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ TARGETS = pscat
all: $(TARGETS)
clean:
$(RM) $(TARGETS)
$(RM) $(TARGETS) *.o
debug:
$(CC) $(DEBUG) -o pscat pscat.c