exe.mk: Now automatically supplying an $(EXE), if it is not defined yet

This commit is contained in:
Jan Lindemann 2005-05-01 01:53:19 +00:00 committed by Jan Lindemann
commit c1277989c8

View file

@ -3,6 +3,10 @@
# contact@jannet.de # contact@jannet.de
# $Id$ # $Id$
ifeq ($(EXE),)
EXE = $(notdir $(shell pwd))
endif
include $(MODDIR)/make/defs.mk include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/rules.mk include $(MODDIR)/make/rules.mk