diff options
| author | Drew DeVault <sir@cmpwn.com> | 2021-12-09 17:51:53 +0100 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2021-12-09 17:51:53 +0100 |
| commit | 1307e019183ed0032e112fcc6c6b840c2946fa05 (patch) | |
| tree | f753a82e71c28b9d19599d8796a1cd4efee0460b | |
| parent | cmd/demo: remove unused import (diff) | |
| download | hare-chip8-1307e019183ed0032e112fcc6c6b840c2946fa05.tar.gz | |
Makefile: drop -T+libc
This is implied by -l
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ LIBS=-lc -lSDL2_image -lSDL2 demo: - hare build $(LIBS) -T+libc cmd/demo + hare build $(LIBS) cmd/demo run: - hare run $(LIBS) -T+libc cmd/demo + hare run $(LIBS) cmd/demo .PHONY: demo run |
