Skip to content

Commit 7251883

Browse files
committed
Makefile improvements.
1 parent d4c3a21 commit 7251883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dupe-plus/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ objs = \
1313
print.o \
1414
values.o
1515

16-
default: submit.zip
16+
.DEFAULT_GOAL: submit.zip
1717

18-
submit.zip:
18+
submit.zip: $(shell find . -name "*.rkt" -o -name "*.c")
1919
zip submit.zip -r * \
2020
-x \*.[os] -x \*~ -x \*zip \
2121
-x \*Zone.Identifier -x \*\*compiled\*\*

0 commit comments

Comments
 (0)