summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOperator on Eaditobol <hardware@avencall.com>2012-10-16 11:29:01 -0400
committerOperator on Eaditobol <hardware@avencall.com>2012-10-16 11:29:01 -0400
commitf9195c82ebbb589e43980c542192878da62fe180 (patch)
tree37b17d4af3d28b8430ccc2c9196b2354face18b5
parent4329ffa33f62237af18a7d3f072a3f9a5cc1d309 (diff)
edit Makefile for using sqlite3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 687344b..556ea0b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
build_rom: build_rom.c
- gcc -Wall -W $< -o $@
+ gcc -Wall -W -lsqlite3 $< -o $@