Skip to content

Commit

Permalink
Merge pull request #2 from dlowe-net/linux-build
Browse files Browse the repository at this point in the history
Ran source through formatter and fixed linux build
  • Loading branch information
Elly Fong-Jones authored Mar 25, 2017
2 parents 83c3dcc + e7b770d commit 83243ca
Show file tree
Hide file tree
Showing 25 changed files with 8,127 additions and 8,067 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rogue: curses.c hit.c init.c inventory.c level.c machdep.c main.c \
message.c monster.c move.c object.c pack.c play.c random.c ring.c \
room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
gcc -DLINUX -DUNIX -g $^ -lcurses -o $@
Loading

0 comments on commit 83243ca

Please sign in to comment.