1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-29 23:38:27 +00:00
openmw/input/tests/Makefile

9 lines
98 B
Makefile

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