Merge branch 'master' of ssh://demsky.eecs.uci.edu/home/git/spec-checker-compiler
[cdsspec-compiler.git] / test / litmus / Makefile
1 D := $(DIR)
2
3 OBJECTS += $(patsubst %.c, %.o, $(wildcard $(D)/*.c))
4 OBJECTS += $(patsubst %.cc, %.o, $(wildcard $(D)/*.cc))