Skip to content
Snippets Groups Projects
Commit 5e9e3ab9 authored by pavlov%pavlov.net's avatar pavlov%pavlov.net
Browse files

only compile one binary, not two

parent b2e716d1
No related merge requests found
......@@ -129,7 +129,7 @@ EX_LIBS += \
$(NULL)
endif
PROGS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
PROGS = main
TARGETS = $(PROGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment