5 lines
78 B
Makefile
5 lines
78 B
Makefile
all:
|
|
gdc circuits_hawick.d -o circuits_hawick
|
|
|
|
clean:
|
|
rm -f circuits_hawick
|