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

10 lines
93 B
Makefile

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