bugfix + should be correct now (go on to do this for viaualize and pc calc too!)
[physik/posic.git] / random / Makefile
1 CC=gcc
2 CFLAGS=-Wall
3
4 all: random.o
5
6 clean:
7         rm -f *.o