aboutsummaryrefslogtreecommitdiff
path: root/extras/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--extras/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extras/Makefile b/extras/Makefile
deleted file mode 100644
index 6348fe2..0000000
--- a/extras/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-#
-# Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
-# Copyright (C) 2022 Leah Rowe <leah@libreboot.org>
-
-# Special
-.POSIX:
-.SUFFIXES: .o .c
-
-# config.mk
-include ../config.mk
-
-# Utilities
-OBJ=$(EXTRA:=.o)
-all: clean $(EXTRA)
-$(EXTRA): $(@:=.o)
-
-include ../common.mk