summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2015-06-27 10:26:55 -0600
committerAaron Ball <nullspoon@iohq.net>2015-06-27 10:27:44 -0600
commitdea9798f377df0f79c366f2553cbda5a3324caf4 (patch)
tree0ad470527b9e139479914d9304f90042dd599fc2 /Makefile
parent6b66372a301366629eaac2f6ab606e4c2def497b (diff)
downloadterminus-dea9798f377df0f79c366f2553cbda5a3324caf4.tar.gz
terminus-dea9798f377df0f79c366f2553cbda5a3324caf4.tar.xz
Removed ctoi function
Oops. Forgot to remove this when switching to atoi. Also removed math.h include.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdae433..21c830f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
out = terminus
all:
- cc src/main.c -lm -o $(out)
+ cc src/main.c -o $(out)
debug:
make all dbg="-g"

Generated by cgit