8 lines
61 B
Makefile
8 lines
61 B
Makefile
|
|
maker: maker.c
|
|
cc -o maker maker.c
|
|
|
|
|
|
clean:
|
|
rm -rf maker
|