mirror of https://github.com/dirtbags/moth.git
8 lines
170 B
Makefile
8 lines
170 B
Makefile
|
# Octopus / Some kind of octopus / Tearing my shell apart / Letting the
|
||
|
# sea get in / You make my insides outside
|
||
|
|
||
|
octopus: octopus.o token.o
|
||
|
|
||
|
clean:
|
||
|
rm -f octopus *.o
|