Skip to content

Commit

Permalink
chore: Fix clean make target
Browse files Browse the repository at this point in the history
  • Loading branch information
mirryi committed Oct 10, 2023
1 parent 587a5e7 commit bdb4e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ all : formalism.pdf all.agdai

.PHONY : clean
clean :
rm -rf build
rm -rf formalism/build
rm -f *.pdf
rm -f *.agdai

0 comments on commit bdb4e6f

Please sign in to comment.