Mercurial > hg > Members > anatofuz > CbC_xv6
view src/tools/Makefile @ 11:1d371d93ab4f
commit
author | mir3636 |
---|---|
date | Fri, 16 Feb 2018 16:37:55 +0900 |
parents | 83c23a36980d |
children | 8f435de13b91 |
line wrap: on
line source
include ../makefile.inc CFLAGS = -Wall CFLAGS += -iquote ../ all: mkfs mkfs: mkfs.c $(HOSTCC) $(CFLAGS) -o $@ $^ clean: rm -f mkfs