From 5bc8f90c38981045515bab04d26687f929f62ec1 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 21 Dec 2024 21:25:22 +1100 Subject: render a triangle --- sc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/Makefile') 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 -- cgit v1.2.3-54-g00ecf