remove accidentally in/excluded stuff
This commit is contained in:
parent
9bd01a2f41
commit
3f45bcc553
1 changed files with 4 additions and 6 deletions
|
|
@ -17,11 +17,9 @@ datafiles = subdir-help.pd subdir-meta.pd
|
||||||
|
|
||||||
PDLIBBUILDER_DIR=../..
|
PDLIBBUILDER_DIR=../..
|
||||||
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
|
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
|
||||||
cflags+=-DYYY
|
|
||||||
|
|
||||||
|
|
||||||
# simplistic tests whether all expected files have been produced/installed
|
# simplistic tests whether all expected files have been produced/installed
|
||||||
#buildcheck: all
|
buildcheck: all
|
||||||
# test -e subdir.$(extension)
|
test -e subdir.$(extension)
|
||||||
#installcheck: install
|
installcheck: install
|
||||||
# test -e $(installpath)/subdir.$(extension)
|
test -e $(installpath)/subdir.$(extension)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue