shithub: tinygl

ref: 925d215308b4d9f1d0e9e6d46ce672a01f0a9d57
dir: /Makefile/

View raw version


all:
#	( for f in $(DIRS); do ( cd $$f ; make all ) || exit 1 ; done )
	cd src && $(MAKE) && cd ..
clean:
	cd src && $(MAKE) clean && cd ..