mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
fix: Remove duplicate imports from Makefile
This commit is contained in:
parent
9d03c2b08b
commit
25584e215e
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -28,10 +28,7 @@ makefiles = \
|
|||
misc/zsh/local.mk \
|
||||
misc/systemd/local.mk \
|
||||
misc/launchd/local.mk \
|
||||
misc/upstart/local.mk \
|
||||
doc/manual/local.mk \
|
||||
doc/internal-api/local.mk \
|
||||
doc/external-api/local.mk
|
||||
misc/upstart/local.mk
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_UNIT_TESTS), yes)
|
||||
|
|
Loading…
Reference in a new issue