diff --git a/makefile b/makefile new file mode 100644 index 0000000000000000000000000000000000000000..97c35cdd00ea2cfecebc06a6eb1f3f44ece1351e --- /dev/null +++ b/makefile @@ -0,0 +1,7 @@ +all: + gcc -Wall -Wpedantic -std=c99 -g BuildDataBase.c -o BuildDataBase + gcc -Wall -Wpedantic -std=c99 -g UseDataBase.c -o UseDataBase +build: + ./BuildDataBase +use: + ./UseDataBase < test-input.txt