X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=programs%2Flibtest%2FMakefile;h=b905399dd8dbed8a3db7a3c1a976228f51573bb4;hb=baeb08e05af1cf11b9b0daf4871119c4cabc3f24;hp=ecbc0a4cb0e06a4437ba371b81da9809bb14ab43;hpb=8fac3a64e23edb8f2cd4cdc28631d603075de709;p=h316.git diff --git a/programs/libtest/Makefile b/programs/libtest/Makefile index ecbc0a4..b905399 100644 --- a/programs/libtest/Makefile +++ b/programs/libtest/Makefile @@ -19,6 +19,6 @@ $(BUILD_DIR)/%.obj:$(SRC_DIR)/%.asm $(ASM_CMD) $< $(LISTING)&& mv $(notdir $(basename $<)).obj $(BUILD_DIR) clean : - @rm -rf *.obj $(BUILD_DIR)/ *.lst *.go *.par + @rm -rf *.obj $(BUILD_DIR)/ *.lst *.go *.par $(SRC_DIR)/*~ .PHONY: default clean