edits
[cdsspec-compiler.git] / output / linuxrwlocks / Makefile
1 include ../benchmarks.mk
2
3 TESTNAME = linuxrwlocks testcase1 testcase2
4
5 all: $(TESTNAME)
6
7 $(TESTNAME): % : %.c
8         $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
9
10 clean:
11         rm -f $(TESTNAME) *.o