102:c00694dbcde8 | 103:76174c5f04b5 |
---|---|
2 ## libtu Makefile | 2 ## libtu Makefile |
3 ## | 3 ## |
4 | 4 |
5 # System-specific configuration is in system.mk | 5 # System-specific configuration is in system.mk |
6 TOPDIR=. | 6 TOPDIR=. |
7 include build/system-inc.mk | 7 include $(TOPDIR)/build/system-inc.mk |
8 | 8 |
9 ###################################### | 9 ###################################### |
10 | 10 |
11 CFLAGS += $(C89_SOURCE) $(POSIX_SOURCE) | 11 CFLAGS += $(C89_SOURCE) $(POSIX_SOURCE) |
12 | 12 |