use CPPFLAGS in Makefile

git-svn-id: svn://anubis/misc/wfobj@254 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
josh 2010-10-26 20:08:50 +00:00
parent 8edddaf396
commit b714c0b08f

View File

@ -4,7 +4,7 @@ TARGET := WFObj.o
all: $(TARGET) all: $(TARGET)
%.o: %.cc %.o: %.cc
$(CXX) -c -o $@ $(CXXFLAGS) $< $(CXX) -c -o $@ $(CPPFLAGS) $(CXXFLAGS) $<
clean: clean:
-rm -f *~ *.o -rm -f *~ *.o