diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-11 11:19:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 11:19:38 +0100 |
commit | e1f6e318c47d382299ba963a84379982113f0f4b (patch) | |
tree | 12946a4d8c446a0957a02aa13a057a42571f3ad4 /src/makefile | |
parent | 3c7f8d25c226510bd391c6b61e89e7f732ce3072 (diff) | |
parent | f4e4b53fe3ef96a7bd2d4052c5a181f05945a0aa (diff) |
Merge pull request #30 from heavydemon21/dev
Dev
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index c69bfb5..96751fb 100644 --- a/src/makefile +++ b/src/makefile @@ -30,7 +30,8 @@ CFLAGS += $(if $(DESKTOP), -DHH_TARGET_DESKTOP, ) LOCAL_SRCS += main.c \ ppu/internals.c \ ppu/ppu.c \ - demo.c + demo.c \ + engine/engine.c CFLAGS += $(SHARED_FLAGS) LFLAGS += $(SHARED_FLAGS) |