CFLAGS = -ms -g -w4 -I /src/windows/include
LDFLAGS = -N 5000

picthp: print.c
	$(CC) $(CFLAGS) $(LDFLAGS) -DHP -o picthp print.c -b
