diff --git a/Makefile b/Makefile index 29b14e2..94d82d5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ db: db.c - gcc db.c -o db + clang db.c -o db run: db ./db mydb.db @@ -11,4 +11,4 @@ test: db bundle exec rspec format: *.c - clang-format -style=Google -i *.c \ No newline at end of file + clang-format -style=Google -i *.c