diff options
| author | Matt Borgerson <contact@mborgerson.com> | 2019-12-17 21:40:43 -0700 |
|---|---|---|
| committer | Matt Borgerson <contact@mborgerson.com> | 2019-12-17 21:40:43 -0700 |
| commit | 2434499ed2f0bec9d0584dc936f41dcc32b66997 (patch) | |
| tree | 7d041d86a2b599f55db74a99c9e62d7159197beb /Makefile | |
| parent | 167eaa3d4f2e0d6ae6c57391f309e3e7e14f4bf1 (diff) | |
| download | gdbstub-2434499ed2f0bec9d0584dc936f41dcc32b66997.tar.gz | |
Move demo files to demo dir
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ $(error Please specify a supported architecture) endif ifeq ($(INCLUDE_DEMO),1) -OBJECTS += demo.o +OBJECTS += demo/demo.o endif all: $(TARGET) |
