diff --git a/make/standalone-exe.mk b/make/standalone-exe.mk index 3da6cc5d..4646ecce 100644 --- a/make/standalone-exe.mk +++ b/make/standalone-exe.mk @@ -3,9 +3,9 @@ # contact@jannet.de # $Id$ -ifeq ($(EXE),) -EXE = $(notdir $(shell pwd)) -endif +VERSION = 0.0.0.0-dev +DIST_VERSION = $(VERSION) +USE_CFG_XXX_MK = false ifeq ($(PROJECT),) PROJECT = $(notdir $(shell pwd)) @@ -18,7 +18,7 @@ endif include $(MODDIR)/make/run.mk include $(MODDIR)/make/depend.mk -all: $(EXE) $(EXE_BIN) +all: $(EXE) install: $(INSTALLED_EXE) $(INSTALLED_EXE_BIN) run: all.dirs $(EXE) $(EXE_BIN) strace: $(EXE) $(EXE_BIN) @@ -30,5 +30,4 @@ debug: gdb all.dirs: clean: execlean localclean clean.standalone-exe clean.standalone-exe: - rm -rf bin