Skip to content

Commit 2103169

Browse files
author
chad-iris
committed
Remove unneeded targets
1 parent 0e49030 commit 2103169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
DIRS = libslink ezxml src
33

4-
all gcc debug gccdebug clean static install ::
4+
all clean install ::
55
@for d in $(DIRS) ; do \
66
echo "Running $(MAKE) $@ in $$d" ; \
77
if [ -f $$d/Makefile -o -f $$d/makefile ] ; \

0 commit comments

Comments
 (0)