source: timediff/Makefile@ 338

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

Timediff hack

File size: 148 bytes
Line 
1#/**
2# * Rick van der Zwet <info@rickvanderzwet.nl>
3# * Licence: BSD
4# */
5all: timediff timediffd
6 ./timediff
7
8clean:
9 rm -f ./timediff ./timediffd
Note: See TracBrowser for help on using the repository browser.