mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
AUTHORS and more copyright comments are redundant with CONTRIBUTORS.rst (#1227)
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,10 +1,4 @@
|
||||
#
|
||||
# This file is part of RGBDS.
|
||||
#
|
||||
# Copyright (c) 1997-2018, Carsten Sorensen and RGBDS contributors.
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .y .o
|
||||
@@ -140,7 +134,7 @@ test/gfx/rgbgfx_test: test/gfx/rgbgfx_test.cpp
|
||||
# We want the Bison invocation to pass through our rules, not default ones
|
||||
.y.o:
|
||||
|
||||
# Bison-generated C files have an accompanying header
|
||||
# Bison-generated C++ files have an accompanying header
|
||||
src/asm/parser.hpp: src/asm/parser.cpp
|
||||
$Qtouch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user