]> git.localhorst.tv Git - blank.git/blobdiff - Makefile
display focused entity in debug overlay
[blank.git] / Makefile
index 5989839db7a74d8935dd755e3c0c94a4b9dc2668..36fd0214bb30a3be2a445a74d492fcff38864711 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CXX = g++ --std=c++11
 LDXX = g++
 
-LIBS = sdl2 SDL2_image SDL2_ttf glew openal freealut
+LIBS = sdl2 SDL2_image SDL2_ttf glew openal freealut zlib
 
 PKGFLAGS := $(shell pkg-config --cflags $(LIBS))
 PKGLIBS := $(shell pkg-config --libs $(LIBS))
@@ -85,6 +85,7 @@ clean:
 
 distclean: clean
        rm -f $(BIN) cachegrind.out.* callgrind.out.*
+       rm -Rf build saves
 
 .PHONY: all release debug profile tests run gdb cachegrind callgrind test clean distclean