commit 3a47f74edfd2abbca29afdbc06ac6e06ab07199a parent 93ee864795bf06ebf4b62183a0f81c70282eb3e4 Author: Brian Swetland <swetland@frotz.net> Date: Wed, 11 May 2022 23:23:57 -0700 build: remove obsolete include from Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -41,7 +41,7 @@ LDSCRIPT := hw/app.ram.ld BUILD := out -CFLAGS := -g -Wall -Ilibc/inc -Ihw/inc +CFLAGS := -g -Wall -Ihw/inc CFLAGS += -O2 ALL :=