dungeon_crawler

changeset 0:aebcd71cc3cf

first commit
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 27 Jun 2012 02:20:26 +0300
parents
children 96de911d05d4
files .hgignore Makefile README
diffstat 3 files changed, 7 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Wed Jun 27 02:20:26 2012 +0300
     1.3 @@ -0,0 +1,3 @@
     1.4 +\.o$
     1.5 +\.swp$
     1.6 +\.d$
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/Makefile	Wed Jun 27 02:20:26 2012 +0300
     2.3 @@ -0,0 +1,3 @@
     2.4 +.PHONY: all
     2.5 +all:
     2.6 +	@echo this is the root makefile...
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/README	Wed Jun 27 02:20:26 2012 +0300
     3.3 @@ -0,0 +1,1 @@
     3.4 +Foo!