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