mirror of
https://github.com/lloeki/cblocks-clobj.git
synced 2026-03-22 10:30:09 +01:00
6 lines
51 B
Makefile
6 lines
51 B
Makefile
all: main
|
|
|
|
main: main.o
|
|
|
|
clean:
|
|
rm -f main.o main
|