Skip to content

Commit

Permalink
Add purge command
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiki6 committed Jun 22, 2020
1 parent 683dcdc commit 28641e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ clean:
rm *.nes
asm:
gcc asm6/asm6.c -o asm -static
purge:
rm -fr *
git reset --hard --recurse-submodules

.PHONY: run clean bin
.PHONY: run clean bin purge

0 comments on commit 28641e2

Please sign in to comment.