summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2020-02-03 16:15:21 -0800
committerHaoran S. Diao <0@hairydiode.xyz>2020-02-03 16:15:21 -0800
commit16ab575e6330f05a8d93350a5de6b5d5ec0ea8d6 (patch)
treed1c2232f43722e334689b38374f724689a849fc6
parent5a3789856a2a5117ff23b6a4e51962e5d9ebcc8d (diff)
Added install and remove make targetsHEADmaster
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b974136..3931f9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,6 @@
0x800: main.c
gcc main.c -o 0x800
+install: 0x800
+ cp 0x800 /usr/bin/0x800
+remove:
+ rm /usr/bin/0x800