libFPGA/project.conf

15 lines
286 B
Plaintext

package=libFPGA
version=0.0.0
subdirs=src,tests
targets=tests
dist=Makefile,README.md
#targets
[tests]
type=command
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log"; else $(MAKE) fixme.log; fi)
depends=all
enabled=0
phony=1