summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index f5a418e..3993cde 100644
--- a/makefile
+++ b/makefile
@@ -9,6 +9,9 @@ install: tiled
build: src/*.c src/*.h
${CC} src/*.c -o tiled ${FLAGS}
+editor: src/*.c src/editor.c
+ ${CC} src/*.c -o editor ${FLAGS}
+
clean: tiled
rm tiled