Skip to content

Commit

Permalink
Makefile: 'make clean' now removes potion.a.
Browse files Browse the repository at this point in the history
  • Loading branch information
orangea committed Dec 24, 2010
1 parent c8b988e commit a3aabec
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 @@ -239,6 +239,6 @@ clean:
@rm -f ${OBJ} ${OBJ_POTION} ${OBJ_TEST} ${OBJ_GC_TEST} ${OBJ_GC_BENCH} ${DOCHTML}
@rm -f tools/greg tools/greg.o tools/compile.o tools/tree.o
@rm -f core/config.h core/version.h core/syntax.c
@rm -f potion potion.exe test/api/potion-test test/api/gc-test test/api/gc-bench
@rm -f potion potion.exe libpotion.a test/api/potion-test test/api/gc-test test/api/gc-bench

.PHONY: all clean doc rebuild test

0 comments on commit a3aabec

Please sign in to comment.