]> CRI, Mines Paris - PSL - Faustine.git/commitdiff
Bugfix in Makefile.
authorKarim Barkati <karimbarkati@gmail.com>
Thu, 1 Aug 2013 15:02:55 +0000 (17:02 +0200)
committerKarim Barkati <karimbarkati@gmail.com>
Thu, 1 Aug 2013 15:02:55 +0000 (17:02 +0200)
Makefile
Makefile.in

index 7ed6e354de9e1256eb1d9cf986ead00c2d818046..0a0a5a77e34fa32ad3d0d7fa2869985f63a80f21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ faustine:
 .PHONY: clean mrproper
 
 clean:
-       @cd $(SRC_DIR) && $(MAKE) clean)
+       @(cd $(SRC_DIR) && $(MAKE) clean)
        @(rm -f *~)
 
 mrproper: clean
index f0ef09a88a30751207de9fb15a035a656000ca0c..81ef8f022ff8bce71dd63a6b540be2ef4a8b315f 100644 (file)
@@ -13,7 +13,7 @@ faustine:
 .PHONY: clean mrproper
 
 clean:
-       @cd $(SRC_DIR) && $(MAKE) clean)
+       @(cd $(SRC_DIR) && $(MAKE) clean)
        @(rm -f *~)
 
 mrproper: clean