From d137bf2485050b54bb0ac65ef543ba24f18fabbe Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Thu, 16 Feb 2017 10:46:14 -0500 Subject: initial commit --- example/makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example/makefile (limited to 'example/makefile') diff --git a/example/makefile b/example/makefile new file mode 100644 index 0000000..578059f --- /dev/null +++ b/example/makefile @@ -0,0 +1,6 @@ +main : main.o + g++ main.o -o main -L/home/knolax/code/cpp/gfx -lgui -lgfx -lSDL2 -lSDL2_ttf -L/home/knolax/code/cpp/glgfx -lglgfx -lGLEW -lGL +main.o : main.cpp + g++ -c main.cpp -I/home/knolax/code/cpp/gfx -I/home/knolax/code/cpp/glgfx +clean : + rm main.o -- cgit v1.1