Skip to content

Commit

Permalink
Fixed Typo in Makefile
Browse files Browse the repository at this point in the history
Thanks to Jakub Rybář over LinkedIn for pointing it out
  • Loading branch information
whokilleddb authored Feb 16, 2022
1 parent 3ffa4a3 commit 244255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LDFLAGS := -lnl-route-3 -lnl-3
# Compile Time Flags
CFLAGS := -Wall -Wextra -Werror -grecord-gcc-switches -fstack-clash-protection -pipe -g -O2 -D_GNU_SOURCE

#Defauilt Make
#Default Make targets
all: rootfs utils pidns mountns mountns userns networkns $(TARGET)

rootfs:
Expand Down

0 comments on commit 244255b

Please sign in to comment.