Bugfix in Makefile.
[Faustine.git] / Makefile.in
index f0ef09a..81ef8f0 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