mirror of
https://github.com/lloeki/cblocks-clobj.git
synced 2025-12-06 02:34:40 +01:00
6 lines
51 B
Makefile
6 lines
51 B
Makefile
all: main
|
|
|
|
main: main.o
|
|
|
|
clean:
|
|
rm -f main.o main
|