projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bugfix in Makefile.
[Faustine.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
7ed6e35
..
0a0a5a7
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