Skip to content

Commit 1f85be0

Browse files
author
winterrdog
committed
added clean target to remove any artifacts
1 parent 3a5614c commit 1f85be0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ all:
1414
@printf "[+] Compiling the malware using ${CXX}...\n\n"
1515
@${CXX} ${FLAGS} ${OPT_FLAGS} ${SRC_FILE} -o ${BIN_NAME} ${LIBS}
1616
@printf "[+] Compiling done! \n\n\tBest of luck from: @Bl4ckMirror & @winterrdog :)"
17+
18+
clean:
19+
@printf "[+] Removing artifacts..."
20+
@rm -rf ${BIN_NAME}

0 commit comments

Comments
 (0)