diff options
Diffstat (limited to '')
-rw-r--r-- | config.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..f5d0b4e --- /dev/null +++ b/config.mk @@ -0,0 +1,9 @@ +PREFIX = /usr + +CC = c99 +LD = ld +AS = as + +CFLAGS = -nostdinc -ffreestanding +ASFLAGS = +LDFLAGS = -s |