6 lines
60 B
Makefile
6 lines
60 B
Makefile
|
selphy: selphy.go
|
||
|
go build selphy.go
|
||
|
|
||
|
clean:
|
||
|
rm -f selphy
|