diff options
author | quou <quou@disroot.org> | 2024-12-21 21:25:22 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-21 21:25:22 +1100 |
commit | 5bc8f90c38981045515bab04d26687f929f62ec1 (patch) | |
tree | d1d603ded306ae218e75f7eff4b69807f2a14e26 /sc/Makefile | |
parent | 3283c6c8c32f980bd01591e441acd9c712c650ef (diff) |
render a triangle
Diffstat (limited to 'sc/Makefile')
-rw-r--r-- | sc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Makefile b/sc/Makefile index ce8a24d..6ec1cc3 100644 --- a/sc/Makefile +++ b/sc/Makefile @@ -31,7 +31,7 @@ objects = sc.o includer.o all: $(target) -sc.o: sc.cpp includer.hpp +sc.o: sc.cpp includer.hpp sh_enums.h $(CXX) -c $(cflags) sc.cpp -o sc.o includer.o: includer.cpp includer.hpp |