diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2012-04-17 18:23:52 +0000 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2012-04-17 18:23:52 +0000 |
commit | 245459ae8c15554418d6d54ba0ab220b9eba0620 (patch) | |
tree | 355ad9c0566dfab3ecca102537806cd15b07efde /Makefile | |
parent | 20e9a95075a7a95df90daa7c9bb4af0dff8ebf0d (diff) |
cleanup, make it build on linux (freebsd-make)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |