aboutsummaryrefslogtreecommitdiffstats
path: root/src/fids
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-27 07:12:48 +0000
committerLibravatar GitHub <noreply@github.com>2023-06-27 07:12:48 +0000
commite22dd9fb34a835636a83c283832c263474b9dfb9 (patch)
tree73e17050aff38b093d0c4dbe3e4c713d80999981 /src/fids
parentbuild(deps): bump step-security/harden-runner from 2.4.0 to 2.4.1 (diff)
parentbuild: set EXTRA_CFLAGS/EXTRA_LDFLAGS instead of append (diff)
downloadfirejail-e22dd9fb34a835636a83c283832c263474b9dfb9.tar.gz
firejail-e22dd9fb34a835636a83c283832c263474b9dfb9.tar.zst
firejail-e22dd9fb34a835636a83c283832c263474b9dfb9.zip
Merge pull request #5866 from kmk3/build-organize-make-vars
build: organize and standardize make vars and targets
Diffstat (limited to 'src/fids')
-rw-r--r--src/fids/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fids/Makefile b/src/fids/Makefile
index 901cbb470..76388a03d 100644
--- a/src/fids/Makefile
+++ b/src/fids/Makefile
@@ -5,6 +5,6 @@ ROOT = ../..
5PROG = fids 5PROG = fids
6TARGET = $(PROG) 6TARGET = $(PROG)
7 7
8MOD_HDRS = ../include/common.h 8EXTRA_HDRS = ../include/common.h
9 9
10include $(ROOT)/src/prog.mk 10include $(ROOT)/src/prog.mk