summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 55959ce..b88dbf5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@
include config.mk
-SRC = gramscii.c
-INC = config.h
+SRC = main.c draw.c screen.c files.c
+INC = config.h gramscii.h
all: options gramscii
@@ -22,7 +22,7 @@ gramscii: ${SRC} ${INC}
clean:
@echo cleaning
- @rm -f $(SRC:.c=)
+ @rm -f $(SRC:.c=) gramscii
install: all
@echo installing executable to ${DESTDIR}${BINDIR}