mirror of
https://github.com/lloeki/cblocks-clobj.git
synced 2025-12-06 10:44:40 +01:00
basic object-like system in C
This commit is contained in:
commit
6a6cbef986
3 changed files with 37 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
all: main
|
||||
|
||||
main: main.o
|
||||
|
||||
clean:
|
||||
rm -f main.o main
|
||||
Loading…
Add table
Add a link
Reference in a new issue