diff options
author | Aki <please@ignore.pl> | 2024-06-18 00:01:51 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-06-18 00:01:51 +0200 |
commit | de5e0f2eaea1ef46446937e2e052e1abbf1f3df5 (patch) | |
tree | ef2873923296b93af62ef26c2be0acd03d475de3 /Makefile | |
parent | ba708d4d01e050cc8d160fe1e4a241af26dd4f16 (diff) | |
download | datever-de5e0f2eaea1ef46446937e2e052e1abbf1f3df5.zip datever-de5e0f2eaea1ef46446937e2e052e1abbf1f3df5.tar.gz datever-de5e0f2eaea1ef46446937e2e052e1abbf1f3df5.tar.bz2 |
Use struct internally for handling the versions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS=-Wall -Wextra -Wpedantic -O3 +CFLAGS=-Wall -Wextra -Wpedantic -O3 -std=c99 -D_POSIX_C_SOURCE=200809L CFLAGS+=`pkg-config --cflags libgit2` LDLIBS+=`pkg-config --libs libgit2` @@ -10,4 +10,5 @@ clean: rm -f datever +.POSIX: .PHONY: all clean |