shithub: tinygl

ref: 8a2faea87198104c3f8360a09d126a61e70fecd2
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 ..