diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-07-24 04:43:28 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-07-24 04:43:28 +0200 |
| commit | 5835917f57d4dc04b406c8e3e06bf3b046d709e3 (patch) | |
| tree | 49aa1aa85220801fe2e7f63e5a1bfbb9af9b65e2 /Makefile | |
| parent | d7865d956f9fe3a08ebe4429dce4428a9f74bc6c (diff) | |
| download | tis100-5835917f57d4dc04b406c8e3e06bf3b046d709e3.tar.gz tis100-5835917f57d4dc04b406c8e3e06bf3b046d709e3.zip | |
Add some more implementation details
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ all: tis-as tis-curses clean: rm -f tis-as tis-curses -tis-as: tis-as.c tpu.c +tis-as: tis-as.c tpu.c util.c $(CC) -o $@ $^ $(CFLAGS) -tis-curses: tis-curses.c tpu.c +tis-curses: tis-curses.c tpu.c util.c $(CC) -o $@ $^ $(CFLAGS) -lncursesw install: |
