Changeset 228 for test/Makefile
- Timestamp:
- 04/18/11 16:25:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile
r180 r228 5 5 OPTS=-std=gnu99 -pedantic -Wall -ggdb 6 6 INC:=-I../trunk/include -I../trunk/src -I/usr/local/include 7 LIB=-L/usr/local/lib -lm -lpthread 7 LIB=-L/usr/local/lib -lm -lpthread -ltalloc 8 8 9 9 REGFI_THREADTEST=regfi-threadtest … … 14 14 15 15 deps: 16 cd ../trunk && $(MAKE) clean 17 cd ../trunk && $(MAKE) lib 16 cd ../trunk && scons libregfi 18 17 19 18 $(REGFI_THREADTEST): regfi-threadtest.o
Note: See TracChangeset
for help on using the changeset viewer.