edits
[cdsspec-compiler.git] / benchmark / linuxrwlocks / Makefile
index 90dafcfb30dbb7656c5cc97744d68ba7fdf1482f..c62b36a7baebcb109c4c470c89eff76546194c29 100644 (file)
@@ -1,10 +1,10 @@
 include ../benchmarks.mk
 
-TESTNAME = linuxrwlocks
+TESTNAME = linuxrwlocks testcase1 testcase2
 
 all: $(TESTNAME)
 
-$(TESTNAME): $(TESTNAME).c
+$(TESTNAME): % : %.c
        $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
 
 clean: