Skip to content

Commit

Permalink
Delete gmon.out on make clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed Jan 3, 2007
1 parent 0e932f6 commit e197783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ module-index.c: $(modules)
./lx1c -c -o $@ $<

clean:
rm -f vm *.o core
rm -f vm *.o core gmon.out

distclean: clean
rm -f *.d *.pyc *.lxc
Expand Down

0 comments on commit e197783

Please sign in to comment.