Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #398 from mhaberler/master
Browse files Browse the repository at this point in the history
build: fix webtalk clean target
  • Loading branch information
machinekoder committed Dec 17, 2014
2 parents 2455f28 + cd2b673 commit a58f81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ modclean:
depclean:
-rm -rf depends

clean: depclean modclean
clean: depclean modclean webtalk-clean
find . -name '*.o' |xargs rm -f
-rm -rf objects
-rm -f $(TARGETS)
Expand Down
2 changes: 1 addition & 1 deletion src/machinetalk/webtalk/Submakefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ TARGETS += ../lib/webtalk/plugins/pbzws.o

endif

clean:
webtalk-clean:
-rm -f \
machinetalk/webtalk/zws.pb.cc \
machinetalk/webtalk/zws.pb.h \
Expand Down

0 comments on commit a58f81e

Please sign in to comment.