Update makefile.

This commit is contained in:
Calvin Rose
2018-11-19 15:33:19 -05:00
parent 4e689c2279
commit 1e87b01e02
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ sqlite3.c: sqlite-autoconf-3230100/sqlite3.c
sqlite3.h: sqlite-autoconf-3230100/sqlite3.h
cp $< $@
%.o: %.c
%.o: %.c sqlite3.h
$(CC) $(CFLAGS) -c $<
clean: