aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-17 18:23:52 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-17 18:23:52 +0000
commit245459ae8c15554418d6d54ba0ab220b9eba0620 (patch)
tree355ad9c0566dfab3ecca102537806cd15b07efde /Makefile
parent20e9a95075a7a95df90daa7c9bb4af0dff8ebf0d (diff)
cleanup, make it build on linux (freebsd-make)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6021e10..482290f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# $Id$
PROG= dcpu
-SRCS= gramar.y lexer.l emu.c main.c tui.c
+SRCS= gramar.y lexer.l emu.c main.c tui.c y.tab.h
NOMAN=
LDADD+= -lcurses
#DEBUG= -Wall -ggdb -pg