summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-09-22 23:20:43 +0100
committerrafa_99 <rafa99@protonmail.com>2020-09-22 23:20:43 +0100
commit2384e3c50dcd6c5a0dadaf5e44c6206578345ebd (patch)
tree45abac4d808716bc739a93046f24df20e7e5c1c8 /Makefile
parent5ec6cc925d800cfe1c3abcca4c6d9b5f120d8741 (diff)
Added Initial OS Detection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1ece297
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all: clean
+ gcc -o pkg pkg.c utils.c
+
+clean:
+ rm -rf pkg