diff options
Diffstat (limited to 'com32/lib/Makefile')
-rw-r--r-- | com32/lib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index dbca5b6d..02799040 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -108,15 +108,13 @@ libcom32.a : $(LIBOBJS) $(AR) cq $@ $^ $(RANLIB) $@ -tidy dist: +tidy dist clean: rm -f sys/vesa/alphatbl.c find . \( -name \*.o -o -name .\*.d -o -name \*.tmp \) -print0 | \ xargs -0r rm -f -clean: tidy - rm -f *.a - spotless: clean + rm -f *.a rm -f *~ \#* */*~ */\#* install: all |