diff options
Diffstat (limited to 'com32/gdbstub/Makefile')
-rw-r--r-- | com32/gdbstub/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/com32/gdbstub/Makefile b/com32/gdbstub/Makefile index c5b79ead..2c9171e5 100644 --- a/com32/gdbstub/Makefile +++ b/com32/gdbstub/Makefile @@ -32,13 +32,14 @@ all: $(MODULES) $(TESTFILES) gdbstub.elf : $(OBJS) $(LIBS) $(C_LIBS) $(LD) $(LDFLAGS) -o $@ $^ -tidy dist: +tidy dist clean: rm -f *.o *.lo *.a *.lst *.elf .*.d *.tmp clean: tidy - rm -f *.lss *.c32 *.lnx *.com + rm -f *.lnx spotless: clean + rm -f *.lss *.c32 *.com rm -f *~ \#* install: all |