diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-16 21:03:29 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-08-16 21:03:29 +0300 |
| commit | 36e783aababadc0bb3e3c55f7616650523877e96 (patch) | |
| tree | 7048a65c6e9cf6c5a2cacb93ed31bb2e7e9ecec8 /Makefile | |
| parent | 3f79c03d4d6afcea485d1b561c40a99112a353e0 (diff) | |
| download | ek-36e783aababadc0bb3e3c55f7616650523877e96.tar.gz ek-36e783aababadc0bb3e3c55f7616650523877e96.zip | |
update build system
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ CC = gcc SOURCES := include src/source.mk -include gen/source.mk COMPILE = $(CROSS_COMPILE)$(CC) $(DEBUGFLAGS)\ $(CFLAGS) $(DEPFLAGS) $(COMPILEFLAGS) $(INCLUDEFLAGS) |
