mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 10:18:05 +11:00
a86738ae84
With the help of the newly-introduced cfspack tool, we can mount a filesystem in our emulated shell and play around. Read-only for now. Unpacking incoming.
5 lines
54 B
Makefile
5 lines
54 B
Makefile
TARGETS = cfspack
|
|
|
|
cfspack: cfspack.c
|
|
$(CC) -o $@ $^
|