remove accidentally in/excluded stuff

This commit is contained in:
IOhannes m zmölnig 2020-03-10 11:59:25 +01:00
parent 9bd01a2f41
commit 3f45bcc553

View file

@ -17,11 +17,9 @@ datafiles = subdir-help.pd subdir-meta.pd
PDLIBBUILDER_DIR=../..
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
cflags+=-DYYY
# simplistic tests whether all expected files have been produced/installed
#buildcheck: all
# test -e subdir.$(extension)
#installcheck: install
# test -e $(installpath)/subdir.$(extension)
buildcheck: all
test -e subdir.$(extension)
installcheck: install
test -e $(installpath)/subdir.$(extension)