X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=programs%2Fplotter%2FMakefile;h=199adffd830a2a9537a0f3d00e6dc6f57d61a0ad;hb=d6a1a234777d52614885de62fd64d1f3119d238b;hp=ecbc0a4cb0e06a4437ba371b81da9809bb14ab43;hpb=8dc281af5fb8e214e88da24bc72f78a955514ce8;p=h316.git diff --git a/programs/plotter/Makefile b/programs/plotter/Makefile index ecbc0a4..199adff 100644 --- a/programs/plotter/Makefile +++ b/programs/plotter/Makefile @@ -14,10 +14,12 @@ $(BUILD_DIR)/%.obj:$(SRC_DIR)/%.f @if [ ! -d $(BUILD_DIR) ]; then mkdir $(BUILD_DIR); fi $(FRTN_CMD) $< $(LISTING) && mv $(notdir $(basename $<)).obj $(BUILD_DIR) + $(BUILD_DIR)/%.obj:$(SRC_DIR)/%.asm @if [ ! -d $(BUILD_DIR) ]; then mkdir $(BUILD_DIR); fi $(ASM_CMD) $< $(LISTING)&& mv $(notdir $(basename $<)).obj $(BUILD_DIR) + clean : @rm -rf *.obj $(BUILD_DIR)/ *.lst *.go *.par