aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4eb1f9e..ea736fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: uwu std api
+all: uwu api
uwu: src/*.c src/*.h
gcc -g -I. src/*.c -o uwu -D_GNU_SOURCE -Wall -Wextra -ldl