1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-02 16:15:33 +00:00
openmw-tes3mp/rend2d/tests/Makefile

9 lines
153 B
Makefile

GCC=g++ -Wall
all: sdl_test
sdl_test: sdl_test.cpp
$(GCC) $< ../servers/sdl_driver.cpp -o $@ -I/usr/include/SDL/ -lSDL -lSDL_image
clean:
rm *_test