updated Makefile
git-svn-id: svn://anubis/misc/wfobj@186 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
663669a407
commit
4a11b8f621
10
Makefile
10
Makefile
@ -1,12 +1,10 @@
|
||||
|
||||
CXX := g++
|
||||
CXXFLAGS := -O2
|
||||
OBJS := WFObj.o
|
||||
TARGET := WFObj.o
|
||||
|
||||
all: $(OBJS)
|
||||
all: $(TARGET)
|
||||
|
||||
%.o: %.cc %.hh
|
||||
$(CXX) -c -o $@ $< $(CXXFLAGS)
|
||||
%.o: %.cc
|
||||
$(CXX) -c -o $@ $(CXXFLAGS) $<
|
||||
|
||||
clean:
|
||||
-rm -f *~ *.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user