source:
xssim/trunk/daemon/Makefile
@
104
Revision 104, 192 bytes checked in by wojtekp, 13 years ago (diff) |
---|
Line | |
---|---|
1 | CXXFLAGS = -O2 -g -Wall -fmessage-length=0 |
2 | |
3 | OBJS = Daemon.o |
4 | |
5 | LIBS = |
6 | |
7 | TARGET = Daemon |
8 | |
9 | $(TARGET): $(OBJS) |
10 | $(CXX) -o $(TARGET) $(OBJS) $(LIBS) |
11 | |
12 | all: $(TARGET) |
13 | |
14 | clean: |
15 | rm -f $(OBJS) $(TARGET) |
Note: See TracBrowser
for help on using the repository browser.