shithub: tinygl

ref: 005a5734a28e9bd767a55d7c919b0639e80807ab
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 ..