only compile one binary, not two

This commit is contained in:
pavlov%pavlov.net 1998-11-09 20:36:08 +00:00
Родитель 5bb072d325
Коммит 4057d5351b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@ EX_LIBS += \
$(NULL) $(NULL)
endif endif
PROGS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=)) PROGS = main
TARGETS = $(PROGS) TARGETS = $(PROGS)