Skip to content

Commit e889db0

Browse files
committed
build fix
1 parent e6f2374 commit e889db0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ src/fcopy/fcopy
4747
src/fldd/fldd
4848
src/fbuilder/fbuilder
4949
src/profstats/profstats
50+
src/etc-cleanup/etc-cleanup
5051
src/bash_completion/firejail.bash_completion
5152
src/zsh_completion/_firejail
5253
src/jailcheck/jailcheck

src/etc-cleanup/Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ROOT = ../..
2+
-include $(ROOT)/config.mk
3+
4+
PROG = etc-cleanup
5+
TARGET = $(PROG)
6+
7+
MOD_HDRS = ../include/etc-groups.h
8+
9+
include $(ROOT)/src/prog.mk

0 commit comments

Comments
 (0)