summaryrefslogtreecommitdiff
path: root/gpxe/Makefile
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2015-09-27 14:08:59 -0400
committerGene Cumm <gene.cumm@gmail.com>2015-09-27 14:08:59 -0400
commita8cb6dfc231f4ed1fe97fd49800b984738a26ffd (patch)
tree41f243e27e010887e6c5acf939a7ec5e988c0eb4 /gpxe/Makefile
parent804efa7bb278a032d384c97e8530195b294e71bc (diff)
downloadsyslinux-a8cb6dfc231f4ed1fe97fd49800b984738a26ffd.tar.gz
Add gpxe/ to clean-up targets
gpxe/ has a lot of binary blobs after a spotless. Start the cleanup measures. do-spotless-gpxe for bios target might be better in another spot. Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
Diffstat (limited to 'gpxe/Makefile')
-rw-r--r--gpxe/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gpxe/Makefile b/gpxe/Makefile
index d2f5e756..73ee261f 100644
--- a/gpxe/Makefile
+++ b/gpxe/Makefile
@@ -31,9 +31,7 @@ clean: tidy
dist:
$(MAKE) -C $(SRC)/src veryclean > /dev/null 2>&1
-#spotless: clean dist
-#Including 'dist' errors out for make ARCH=x86_64 spotless
-spotless: clean
+spotless: clean dist
rm -f $(TARGETS)
installer: