Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper files...
[kugel-rb.git] / flash / uart_boot / Makefile
blob04db068c070a88e69ac2beefe327e89038333f86
1 # __________ __ ___.
2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 # \/ \/ \/ \/ \/
7 # $Id$
9 # This Makefile currently works for cygwin only!
12 CFLAGS := -O -W -Wall -mno-cygwin
14 uart_boot: uart_boot.c client.c flash.c uart_win.c
15 $(CC) $(CFLAGS) $+ -o $@
17 clean:
18 -rm -f uart_boot.exe