aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000..7f7c2cb
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,10 @@
+# SPDX-FileCopyrightText: 2025 Tomasz Kramkowski <tomasz@kramkow.ski>
+# SPDX-License-Identifier: CC0-1.0
+
+-include config.mk
+
+CPPFLAGS += -D_POSIX_C_SOURCE=200809L
+CFLAGS += -std=c11
+all: timer
+
+timer.o: GNUmakefile