source: tools/SkyQualityMonitor/Makefile@ 138

Last change on this file since 138 was 134, checked in by ogrimm, 15 years ago
Updated makefile
File size: 181 bytes
Line 
1CC=g++
2
3PROG=sqm
4CPPFLAGS += -I../../Evidence/DIM/
5LDLIBS += -lpthread
6
7$(PROG): $(PROG).o ../../Evidence/Evidence.o ../../Evidence/DIM/libdim.a
8
9clean:
10 @rm -f $(PROG) $(PROG).o
11
Note: See TracBrowser for help on using the repository browser.