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

10 lines
92 B
Makefile

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