test-exe.mk: EXE is now only optionally defined

This commit is contained in:
Jan Lindemann 2007-07-13 10:48:41 +00:00 committed by Jan Lindemann
commit 7d3336a4fd

View file

@ -3,7 +3,7 @@
# contact@jannet.de
# $Id$
EXE = test_$(notdir $(shell pwd))
EXE ?= test_$(notdir $(shell pwd))
include $(MODDIR)/make/exe.mk