root/Whitix/trunk/user/make.rules

Revision 1726, 126 bytes (checked in by mwhitworth, 3 years ago)

Fix warning, add colored output for make (makes for easier reading).

Line 
1
2.c.o:
3        @echo "  \033[32mCC $*.c"
4        @tput sgr0
5        @$(CC) $(CFLAGS) -c $*.c -o $*.o
6
7.S.o:
8        $(CC) $(ASFLAGS) -m32 -c $*.S -o $*.o
Note: See TracBrowser for help on using the browser.