diff options
author | H. Peter Anvin <hpa@zytor.com> | 2001-10-15 22:58:27 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2001-10-15 22:58:27 +0000 |
commit | 8b171ab4486a07cc899f3e54660aeb613a3e4d23 (patch) | |
tree | 2ecdb209e418d3463633ab78a5e2d45a5700618b /Makefile | |
parent | 539d446c54ca63823f7ef4ede1aee45ea637473a (diff) | |
download | lpsm-8b171ab4486a07cc899f3e54660aeb613a3e4d23.tar.gz lpsm-8b171ab4486a07cc899f3e54660aeb613a3e4d23.tar.xz lpsm-8b171ab4486a07cc899f3e54660aeb613a3e4d23.zip |
Clean out .dat and .log files too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ RANLIB = ranlib all: $(OBJSTORE) $(TEST) clean: - rm -f *.o *~ core $(OBJSTORE) $(TEST) + rm -f *.o *~ core *.dat *.log $(OBJSTORE) $(TEST) rm -f libobjstore.so.* %.o: %.c |