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=../..
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue