Skip to content

Commit

Permalink
Remove test .o files on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 20, 2013
1 parent c74344f commit 6aaf077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -42,9 +42,9 @@ BIN_OBJS := $(patsubst %cpp,%o,$(BIN_SRCS))
TESTS := StringTest ConfigTest TESTS := StringTest ConfigTest
TESTS := $(addprefix test/,$(addsuffix .o,$(TESTS))) TESTS := $(addprefix test/,$(addsuffix .o,$(TESTS)))
GTEST_VER := 1.7.0 GTEST_VER := 1.7.0
CLEAN := znc src/*.o core core.* .version_extra .depend modules/.depend CLEAN := znc src/*.o test/*.o core core.* .version_extra .depend modules/.depend
DISTCLEAN := Makefile config.log config.status znc-buildmod \ DISTCLEAN := Makefile config.log config.status znc-buildmod \
modules/Makefile man/Makefile znc.pc znc-uninstalled.pc modules/Makefile man/Makefile znc.pc znc-uninstalled.pc test/Makefile


CXXFLAGS += -D_MODDIR_=\"$(MODDIR)\" -D_DATADIR_=\"$(DATADIR)\" CXXFLAGS += -D_MODDIR_=\"$(MODDIR)\" -D_DATADIR_=\"$(DATADIR)\"


Expand Down

0 comments on commit 6aaf077

Please sign in to comment.