diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,5 +8,8 @@ all: $(OUT) .c: $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $< + strip $@ clean: rm $(OUT) +dist: clean + rm -rf dump/* |
index : canup | ||
Upload to Canvas programmatically |
summaryrefslogtreecommitdiff |