We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e49030 commit 2103169Copy full SHA for 2103169
Makefile
@@ -1,7 +1,7 @@
1
2
DIRS = libslink ezxml src
3
4
-all gcc debug gccdebug clean static install ::
+all clean install ::
5
@for d in $(DIRS) ; do \
6
echo "Running $(MAKE) $@ in $$d" ; \
7
if [ -f $$d/Makefile -o -f $$d/makefile ] ; \
0 commit comments