Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Feb 6, 2023
1 parent e6f2374 commit e889db0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ src/fcopy/fcopy
src/fldd/fldd
src/fbuilder/fbuilder
src/profstats/profstats
src/etc-cleanup/etc-cleanup
src/bash_completion/firejail.bash_completion
src/zsh_completion/_firejail
src/jailcheck/jailcheck
Expand Down
9 changes: 9 additions & 0 deletions src/etc-cleanup/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ROOT = ../..
-include $(ROOT)/config.mk

PROG = etc-cleanup
TARGET = $(PROG)

MOD_HDRS = ../include/etc-groups.h

include $(ROOT)/src/prog.mk

0 comments on commit e889db0

Please sign in to comment.