updated util/Makefile
git-svn-id: svn://anubis/gvsu@356 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
1868f5f22a
commit
19c0d09096
@ -0,0 +1,10 @@
|
||||
|
||||
OBJS := $(patsubst %.cc,%.o,$(wildcard *.cc))
|
||||
|
||||
all: $(OBJS)
|
||||
|
||||
%.o: %.cc
|
||||
$(CXX) -c -o $@ $(CXXFLAGS) $<
|
||||
|
||||
clean:
|
||||
-$(RM) -f *.o $(ARCHIVE)
|
Loading…
x
Reference in New Issue
Block a user