From b536209dfb7bd50c37061735fe10d2c19a97d26d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 29 May 2008 15:11:38 -0700 Subject: Move files out of root into core, dos, and utils Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any. --- memdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memdump') diff --git a/memdump/Makefile b/memdump/Makefile index 60c4229b..3f195336 100644 --- a/memdump/Makefile +++ b/memdump/Makefile @@ -30,7 +30,7 @@ TARGETS = memdump.com all: $(TARGETS) -tidy: +tidy dist: -rm -f *.o *.i *.s *.a .*.d *.elf clean: tidy -- cgit v1.2.1