Update core Makefile for building bim for Linux

[ci skip]
This commit is contained in:
Kevin Lange 2012-09-08 16:49:15 -07:00
parent 3a62d779f0
commit 3f5dbcaf9b

View File

@ -151,7 +151,7 @@ toaruos-disk.img: hdd userspace/*.c
util/bin/bim: userspace/bim.c
@${BEG} "CC" "$<"
@${GCC} -std=c99 -posix -g -I/usr/include/freetype2 -o $@ $< -lfreetype
@${GCC} -std=c99 -posix -g -o $@ $< userspace/lib/wcwidth.o
@${END} "CC" "$<"
util/bin/%: util/%.c