author | Mahlon Smith <mahlon@martini.nu> |
Wed, 20 May 2015 00:27:16 +0000 | |
changeset 3 | ef9f89362aac |
parent 0 | 755c3645e3dc |
child 9 | c109bf5f2aa4 |
permissions | -rw-r--r-- |
FILES = tnetstring.nim default: development debug: ${FILES} nim --assertions:on --nimcache:.cache c ${FILES} development: ${FILES} # can use gdb with this... nim -r --debugInfo --linedir:on --define:testing --nimcache:.cache c ${FILES} debugger: ${FILES} nim --debugger:on --nimcache:.cache c ${FILES} release: ${FILES} nim -d:release --opt:speed --nimcache:.cache c ${FILES} docs: nim doc ${FILES} #nim buildIndex ${FILES} clean: cat .hgignore | xargs rm -rf