diff options
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 |