diff options
Diffstat (limited to 'gpxe/Makefile')
-rw-r--r-- | gpxe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/Makefile b/gpxe/Makefile index 7568ea05..6190af5a 100644 --- a/gpxe/Makefile +++ b/gpxe/Makefile @@ -23,9 +23,9 @@ all: $(TARGETS) tidy: clean: tidy - rm -f $(TARGETS) src/bin/undionly.kpxe dist: + rm -f $(TARGETS) $(MAKE) -C src veryclean > /dev/null 2>&1 spotless: clean dist |