Skip to content

Commit

Permalink
Prefix source with ls_ to avoid vpath collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Apr 19, 2024
1 parent 95fedcd commit b8e5114
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ls/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OUT := ls

SRC := main.c
SRC += list_directories.c
SRC += print_info.c
SRC += recursive_walk.c
SRC := ls_main.c
SRC += ls_list_directories.c
SRC += ls_print_info.c
SRC += ls_recursive_walk.c

include ../shared.mk
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b8e5114

Please sign in to comment.