X-Git-Url: http://nitlanguage.org diff --git a/src/Makefile b/src/Makefile index 4a4c9e3..b46e488 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ # limitations under the License. NITCOPT=--semi-global -OLDNITCOPT= +OLDNITCOPT=--semi-global OBJS=nitc nitpick nit nitdoc nitls nitunit nitpretty nitmetrics nitx nitlight nitdbg_client nitserial SRCS=$(patsubst %,%.nit,$(OBJS)) BINS=$(patsubst %,../bin/%,$(OBJS))