summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 86c131d..3d97022 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = /usr/bin/g++
CFLAGS = -Wall -g -std=c++11
-LDFLAGS = -lm -lcurses
+LDFLAGS = -lm
OUTPUT = Engine
BUILDDIR = build
@@ -18,5 +18,4 @@ all: clean debug
.PHONY: clean
clean:
- rm -f $(BUILDDIR)/$(OUTPUT) *.o
- rmdir --ignore-fail $(BUILDDIR)
+ rm -df $(BUILDDIR)/$(OUTPUT) *.o