Skip to content

Commit

Permalink
mv added
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckBergen committed Mar 18, 2021
1 parent bb84c3a commit 36fa9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ all:
${CC} src/cp.c -O2 -o build/cp
${CC} src/cat.c -O2 -o build/cat
${CC} src/rm.c -O2 -o build/rm
${CC} src/mv.c -O2 -o build/mv
clean:
rm -rf build

0 comments on commit 36fa9f1

Please sign in to comment.