mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 21:11:06 -07:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
# Octopus / Some kind of octopus / Tearing my shell apart / Letting the
|
|
# sea get in / You make my insides outside
|
|
|
|
build: octopus
|
|
|
|
octopus: octopus.o
|
|
|
|
clean:
|
|
rm -f octopus *.o
|