source:
to-imperative/trunk/samples/Apply/Makefile
@
2049
Last change on this file since 2049 was 1778, checked in by orlov, 16 years ago | |
---|---|
|
|
File size: 186 bytes |
Line | |
---|---|
1 | TOPDIR = ../.. |
2 | |
3 | include $(TOPDIR)/rules.mk |
4 | |
5 | TESTS = \ |
6 | apply \ |
7 | apply2 \ |
8 | apply3 \ |
9 | apply_inv1 |
10 | |
11 | include $(TOPDIR)/samples/samples.mk |
12 | |
13 | CFLAGS+=-O0 |
14 | |
15 | tests:: $(TESTS) |
16 | |
17 | -include $(DEPS) |
Note: See TracBrowser
for help on using the repository browser.