mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Remove the old 'make' directory, and populate the new 'package'
directory.
This commit is contained in:
1
Makefile
1
Makefile
@@ -72,7 +72,6 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
|
||||
.PHONY: all world clean dirclean distclean source $(TARGETS) \
|
||||
$(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE)
|
||||
|
||||
include make/*.mk
|
||||
include toolchain/*/*.mk
|
||||
include package/*/*.mk
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
#############################################################
|
||||
# Copyright (C) 2002 by Ken Restivo <ken@246gt.com>
|
||||
# $Id: ncurses.mk,v 1.35 2004/09/09 10:50:57 mjn3 Exp $
|
||||
# $Id: ncurses.mk,v 1.1 2004/10/09 01:24:04 andersen Exp $
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Library General Public License as
|
||||
Reference in New Issue
Block a user