oberonbyexample/examples/procedures/var-parameter/Makefile
Antranig Vartanian 95b512baf4
post rebranding
2024-05-11 19:17:23 +04:00

10 lines
95 B
Makefile

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