source:
to-imperative/trunk/samples/Class/Makefile
@
2470
Last change on this file since 2470 was 982, checked in by luba, 18 years ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | TOPDIR = ../.. |
2 | |
3 | include $(TOPDIR)/rules.mk |
4 | |
5 | TESTS = \ |
6 | box_q \ |
7 | word_q \ |
8 | letter_q \ |
9 | digit_q \ |
10 | char_q \ |
11 | int_q |
12 | |
13 | include $(TOPDIR)/samples/samples.mk |
14 | |
15 | CFLAGS+=-O0 |
16 | |
17 | tests::$(TESTS) |
18 | |
19 | -include $(DEPS) |
Note: See TracBrowser
for help on using the repository browser.