mirror of
https://github.com/vishapoberon/oberonbyexample.git
synced 2026-04-05 21:02:25 +00:00
10 lines
96 B
Makefile
10 lines
96 B
Makefile
VOC = /opt/voc/bin/voc
|
|
|
|
all:
|
|
$(VOC) -m Variables.Mod
|
|
|
|
clean:
|
|
rm *.c
|
|
rm *.h
|
|
rm *.o
|
|
rm *.sym
|