From 1f14b9649f5e025d00537e0b7284442ab0e1f894 Mon Sep 17 00:00:00 2001 From: Reimar Date: Tue, 1 Dec 2015 20:54:28 +0100 Subject: initial commit --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4bb9d9b..51f09f5 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .PHONY: all -all: JnR - -JnR: JnR.cpp - g++ JnR.cpp -O2 -Wall -ggdb -lSDL -lSDL_gfx -lSDL_ttf -lSDL_image -o JnR +all: SC +SC: SC.cpp + g++ SC.cpp -O0 -Wall -ggdb -lSDL -lSDL_ttf -o SC + clean: - rm -f JnR + rm -f SC -- cgit v1.2.3