8 lines
59 B
Makefile
8 lines
59 B
Makefile
|
|
||
|
.PHONY: all
|
||
|
|
||
|
default: all
|
||
|
|
||
|
all:
|
||
|
csc Smeargle.cs Tommy.cs
|