From: David ‘Bombe’ Roden Date: Fri, 4 Jul 2008 17:41:33 +0000 (+0200) Subject: makefile stub X-Git-Tag: 0.1~70 X-Git-Url: https://git.pterodactylus.net/?p=ecparse.git;a=commitdiff_plain;h=62fc975e06d131f7038b5dd59b74428c17e74f65 makefile stub --- 62fc975e06d131f7038b5dd59b74428c17e74f65 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b8cb93e --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ + +CC=gcc + +ifdef DEBUG + CC_OPTS=-Wall -g +else + CC_OPTS=-Wall -O2 +endif + +all: ecparse + +ecparse: + +clean: + rm -f ecparse