oberonbyexample/procedures/function-procedure/Makefile

10 lines
93 B
Makefile

VOC = /opt/voc/bin/voc
all:
$(VOC) -m Square.Mod
clean:
rm *.c
rm *.h
rm *.o
rm *.sym