diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-05 17:15:49 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-05 17:15:49 +0200 |
commit | 81bcfee54362c736e865ebeb638aeadfa9cc9e24 (patch) | |
tree | 4da9b8f2f233dacf4c0da72e1f26b55181a58be3 /Makefile | |
parent | 28609f436966f731f91e84d10c1d7d0621b4abe8 (diff) |
Factored out LanguageSettings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PROJECTNAME=ymake -SRC=main.cpp ymake.cpp Builder.cpp ProcessRunner.cpp file.cpp +SRC=main.cpp ymake.cpp Builder.cpp ProcessRunner.cpp file.cpp LanguageSettings.cpp OBJ=$(SRC:.cpp=.o) YSCAN=yscan |