source: tools/SkyQualityMonitor/Makefile@ 201

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