Skip to content

Commit

Permalink
Update debice.db and fix Makefile to build it.
Browse files Browse the repository at this point in the history
  • Loading branch information
fi01 committed Oct 21, 2014
1 parent 3b2f274 commit 1fb787b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ device.db: db_init.sql
rm -f device.db
sqlite3 device.db < db_init.sql

db_init.sql: make_db_init
./make_db_init > db_init.sql

make_db_init.o: make_db_init.c device_address.c

make_db_init: make_db_init.o
$(CC) -o $@ $<

clean:
rm -f *.o
rm -f make_db_init
Binary file modified device.db
Binary file not shown.

0 comments on commit 1fb787b

Please sign in to comment.