sdlterm/Makefile
changeset 72 6e0656600754
parent 47 537d7c6b48a2
equal deleted inserted replaced
71:cfd3445107b4 72:6e0656600754
     1 CXXFLAGS=`sdl-config --cflags` -g -Wall -std=c++11 -Isrc
     1 CXXFLAGS=`sdl-config --cflags` -g -Wall -std=c++11 -Isrc
     2 LDFLAGS=`sdl-config --libs` -lSDL_ttf
     2 LDFLAGS=`sdl-config --libs` -lSDL_ttf
     3 VPATH=src
     3 VPATH=src tests
     4 
     4 
     5 demo: demo.cc sdlterm.cc sdlterm.h
     5 all: test_sdlterm test_sdl_events
       
     6 
       
     7 test_sdlterm: test_sdlterm.cc sdlterm.cc sdlterm.h
       
     8 test_sdl_events: test_sdl_events.cc
     6 
     9 
     7 clean:
    10 clean:
     8 	rm -f demo
    11 	rm -f test_sdlterm test_sdl_events