aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dosutil/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/dosutil/Makefile b/dosutil/Makefile
index 53b3859a..2a105731 100644
--- a/dosutil/Makefile
+++ b/dosutil/Makefile
@@ -12,7 +12,9 @@ UPX = upx
NASM = nasm
NASMOPT = -O9999
-TARGETS = mdiskchk.com eltorito.sys
+WCTARGETS = mdiskchk.com
+NSTARGETS = eltorito.sys
+TARGETS = $(WCTARGETS) $(NSTARGETS)
%.obj: %.c
$(WCL) $(WCLOPT) -c -fo=$@ $<
@@ -43,7 +45,7 @@ tidy dist:
clean: tidy
spotless: clean
- -rm -f *.com *.sys *~
+ -rm -f $(NSTARGETS) *~
installer: all