openmw-tes3coop/input/tests/Makefile

10 lines
98 B
Makefile
Raw Normal View History

GCC=g++
all: funcbind_test
funcbind_test: funcbind_test.cpp
$(GCC) $^ -o $@
clean:
rm *_test