Revision 31a639f6 Makefile
Makefile | ||
---|---|---|
12 | 12 |
$(LIBGRAPES): |
13 | 13 |
$(MAKE) -C $(GRAPES) |
14 | 14 |
|
15 |
tests: |
|
16 |
$(MAKE) -C test |
|
17 |
test/run_tests.sh |
|
18 |
|
|
15 | 19 |
clean: |
16 | 20 |
$(MAKE) -C src/ clean |
21 |
$(MAKE) -C test/ clean |
|
17 | 22 |
rm -f pstreamer |
18 | 23 |
|
19 | 24 |
.PHONY: clean |
Also available in: Unified diff