Skip to content

Commit

Permalink
Fix up excluding compiled dir in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 12, 2024
1 parent de658da commit 5a7eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extort/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default: submit.zip
submit.zip:
zip submit.zip -r * \
-x \*.[os] -x \*~ -x \*zip \
-x \*Zone.Identifier -x **compiled**
-x \*Zone.Identifier -x \*\*compiled\*\*

runtime.o: $(objs)
ld -r $(objs) -o runtime.o
Expand Down

0 comments on commit 5a7eef1

Please sign in to comment.