diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-22 23:41:30 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-22 23:41:30 -0400 |
commit | 7a19179b0f0e22a372eacb791d2ac86155da9e11 (patch) | |
tree | 4edc25ca6ca37b4a68e6d5c53fcf447777141699 /config.mk | |
parent | msim stub (diff) | |
download | mips-7a19179b0f0e22a372eacb791d2ac86155da9e11.tar.gz mips-7a19179b0f0e22a372eacb791d2ac86155da9e11.tar.bz2 mips-7a19179b0f0e22a372eacb791d2ac86155da9e11.zip |
add global makefile, update tests
Diffstat (limited to '')
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ CFLAGS += -Wall -Wextra -pedantic CFLAGS += -Wno-initializer-overrides CFLAGS += -O0 -g +PREFIX=/usr/local + # ======================== CONFIG OPTIONS == # # MAX LEX LENGTH |