diff options
author | turret <turret@duck.com> | 2023-06-23 00:44:15 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-06-23 00:44:15 -0500 |
commit | 6fc8dc4909b01ba7922385e669d083ab74e26f0d (patch) | |
tree | 00847ba5c97b94a3dade47b7abf8b7dcb86f2d0c /config.mk | |
download | donut-6fc8dc4909b01ba7922385e669d083ab74e26f0d.tar.gz donut-6fc8dc4909b01ba7922385e669d083ab74e26f0d.tar.bz2 donut-6fc8dc4909b01ba7922385e669d083ab74e26f0d.zip |
initial commitv1
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..4826149 --- /dev/null +++ b/config.mk @@ -0,0 +1,6 @@ +PREFIX = /usr/local + +CFLAGS= -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os +LDFLAGS = -lm -lX11 + +CC =cc |