Codebase list 4store / upstream/1.0.4 Makefile
upstream/1.0.4

Tree @upstream/1.0.4 (Download .tar.gz)

Makefile @upstream/1.0.4raw · history · blame

all:
	(cd src && $(MAKE) -w $@)

clean:
	rm -rf *.tar.gz *.dmg *.app
	(cd src && $(MAKE) -w $@)

install:
	(cd src && $(MAKE) -w $@)
	(cd man && $(MAKE) -w $@)

test:
	(cd tests && $(MAKE) -w $@)

macapp: all
	app-aux/build-app.sh

macdmg: macapp
	app-aux/build-dmg.sh