Add console to Makefile!
This commit is contained in:
parent
7708870b45
commit
b2444ace11
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ SUFFIXES = .scm .go
|
||||||
|
|
||||||
SOURCES = gib-gab-gob/rps.scm \
|
SOURCES = gib-gab-gob/rps.scm \
|
||||||
gib-gab-gob/game.scm \
|
gib-gab-gob/game.scm \
|
||||||
gib-gab-gob/board.scm
|
gib-gab-gob/board.scm \
|
||||||
|
gib-gab-gob/ui/console.scm
|
||||||
|
|
||||||
TESTS =
|
TESTS =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue