source: liacs/TPFL2010/assignment1/Makefile@ 221

Last change on this file since 221 was 221, checked in by Rick van der Zwet, 14 years ago

Template 'Topics on Parsing and Formal Languages' assignments

File size: 405 bytes
RevLine 
[2]1# Rick van der Zwet
2# 0433373
3# XXX Assignment XXX
4# Licence: BSD
5# $Id: Makefile 741 2009-08-05 19:26:23Z rick $
6
7include latex.mk
8
9CFLAGS+=-Wall -g
10PROGRAMS=XXX
11
12all: $(PROGRAMS)
13
14clean: doc-clean
15 rm -Rf $(PROGRAMS)
16
17distclean: doc-distclean
18
19debug:
20 @sh -c 'while [ "true" ]; do make clean && make && ./${PROGRAMS}; echo -n "Completed: "; date; sleep 5; done'
21
22ones: $(PROGRAMS)
23 @sh -c ./$(PROGRAMS)
Note: See TracBrowser for help on using the repository browser.