initial checkin of the new concept approach
[physik/posic.git] / init / Makefile
1 CC=gcc
2 CFLAGS=-Wall
3
4 all: init.o ../math/math.o
5
6 clean:
7         rm -f *.o