source: tools/SkyQualityMonitor/Makefile@ 133

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