1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-14 23:37:40 +00:00

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

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: