forked from cory/tildefriends
		
	Only warn on errors in src/, not dependencies.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3631 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -3,7 +3,6 @@ BUILD_DIR ?= out | ||||
|  | ||||
| COMMON_CFLAGS = \ | ||||
| 	-Wall \ | ||||
| 	-Werror \ | ||||
| 	-Wextra \ | ||||
| 	-Wno-unused-parameter \ | ||||
| 	-Wno-cast-function-type \ | ||||
| @@ -34,7 +33,8 @@ $(APP_OBJS): CFLAGS += \ | ||||
| 	-Ideps/quickjs \ | ||||
| 	-Ideps/sqlite \ | ||||
| 	-Ideps/libuv/include \ | ||||
| 	-Ideps/xopt | ||||
| 	-Ideps/xopt \ | ||||
| 	-Werror | ||||
|  | ||||
| BASE64C_SOURCES = deps/base64c/src/base64c.c | ||||
| BASE64C_OBJS = $(patsubst %.c,$(BUILD_DIR)/%.o,$(BASE64C_SOURCES)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user