source:
CIVL/mods/dev.civl.com/examples/compare/provesa/ADFirstAidKit/profile/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 306 bytes | |
| Line | |
|---|---|
| 1 | CXXFLAGS=-g -Werror -Wconversion -Wsign-promo |
| 2 | LDFLAGS=-lm |
| 3 | all: profile |
| 4 | |
| 5 | build/%.o: %.cc |
| 6 | $(CXX) $(CXXFLAGS) -c -o $@ $< |
| 7 | |
| 8 | |
| 9 | profile: build/reader.o build/profile.o build/string-utils.o |
| 10 | $(CXX) -lm -g -o $@ $^ |
| 11 | |
| 12 | build/reader.o: reader.h string-utils.h |
| 13 | build/profile.o: reader.h |
| 14 | |
| 15 | clean: |
| 16 | -rm -f profile build/* |
Note:
See TracBrowser
for help on using the repository browser.
