aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: f73845bba072d516b5132181b66d56d8475f51e6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                              
#!/usr/bin/make
# Targets:
#   make DIRNAME-autograde
#      enter DIRNAME and call the autograde target to generate
#       ./autograde.tar

.PHONY: clean

%-autograde:
	$(MAKE) -C $* autograde

clean:
	rm -f *.tar