1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/input/tests/Makefile

10 lines
98 B
Makefile

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