mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-04-14 07:50:43 +00:00
Just so we can build mkfs and ml easily. We can add it to docos later on.
This commit is contained in:
10
tools/Makefile
Normal file
10
tools/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CFLAGS=-g -Wall
|
||||
|
||||
all: mkfs ml
|
||||
|
||||
mkfs: mkfs.c
|
||||
|
||||
ml: ml.c
|
||||
|
||||
clean:
|
||||
rm mkfs ml
|
||||
Reference in New Issue
Block a user