source: liacs/penc/assignment1/Makefile@ 2

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

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

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