summaryrefslogtreecommitdiff
path: root/memdisk/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2002-04-17 22:44:57 +0000
committerhpa <hpa>2002-04-17 22:44:57 +0000
commit28d880df4d94f693be04aa77863e0793e11a442e (patch)
tree5d67adc7e4f0f66b72cd1f0a20f7cc4f29af3cf4 /memdisk/Makefile
parent288b738cd227c936f401702c796b601d142106a4 (diff)
downloadsyslinux-28d880df4d94f693be04aa77863e0793e11a442e.tar.gz
Make the MEMDISK directory use the same clean conventions as the
main directory.
Diffstat (limited to 'memdisk/Makefile')
-rw-r--r--memdisk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/memdisk/Makefile b/memdisk/Makefile
index f8cc5811..deb95bd6 100644
--- a/memdisk/Makefile
+++ b/memdisk/Makefile
@@ -29,12 +29,14 @@ OBJS = init.o16 setup.o16 msetup.o16 e820func.o16 conio.o16 memdisk.o
all: memdisk e820test
-# tidy removes everything except the final binary
+# tidy, clean removes everything except the final binary
tidy:
rm -f *.o *.s *.o16 *.s16 *.bin *.lst *.elf e820test
-# clean also removes the product binary
clean: tidy
+
+# spotless also removes the product binary
+spotless: clean
rm -f memdisk
%.o16: %.s16