aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <JozanLeClerc@noemail.net>2020-11-19 20:57:22 +0000
committerJozanLeClerc <JozanLeClerc@noemail.net>2020-11-19 20:57:22 +0000
commitb5266802fb585596234faff4ee92bc4d04294ea2 (patch)
treea20aefbfc4dfcac5c694136187f0aaf65b4d5570 /Makefile
parentIn progress (diff)
downloadbsdsetsid-b5266802fb585596234faff4ee92bc4d04294ea2.tar.gz
bsdsetsid-b5266802fb585596234faff4ee92bc4d04294ea2.tar.bz2
bsdsetsid-b5266802fb585596234faff4ee92bc4d04294ea2.tar.xz
bsdsetsid-b5266802fb585596234faff4ee92bc4d04294ea2.tar.zst
bsdsetsid-b5266802fb585596234faff4ee92bc4d04294ea2.zip
In good progress
FossilOrigin-Name: 40f3efb8963f27cbb111250ced45c7623211eec7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67a99cc..88f7aa4 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ ${NAME}: ${OBJS}
all: ${NAME}
clean:
- ${RM} ${OBJS} ${NAME}
+ ${RM} ${OBJS} ${NAME} vgcore*
.PHONY: all clean