Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
makefile 160 B
benchmark: benchmark.c
	gcc -g -O3 -Wall -o benchmark.bin benchmark.c

database: compile_database.c
	gcc -g -O3 -Wall -o compile_database.bin compile_database.c