source: xssim/trunk/daemon/Makefile @ 104

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