diff options
author | turret <turret@duck.com> | 2023-06-23 01:00:00 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-06-23 01:00:00 -0500 |
commit | 6d0bac97daa43dcc1d20cf726f7c9daa7160fbf9 (patch) | |
tree | dcebfb73c33c6113599c7ad334d7ad5c762e03b7 | |
parent | bd531c797d09ce181a9fae441622715a2c3dc554 (diff) | |
download | donut-2.tar.gz donut-2.tar.bz2 donut-2.zip |
better stylize the config.mk filev2
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ PREFIX = /usr/local -CFLAGS= -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os LDFLAGS = -lm -lX11 -CC =cc +CC = cc |