Fix failing gmake2 unit test

This commit is contained in:
starkos 2019-10-21 21:27:55 -04:00
parent 3da7869498
commit bffce3e4cb

View File

@ -217,8 +217,6 @@ OBJECTS += $(OBJDIR)/Hello111.o
else ifeq ($(config),release)
OBJECTS += $(OBJDIR)/hello1.o
else
$(error "invalid configuration $(config)")
endif
]]