summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-30 20:58:48 -0300
committerEuAndreh <eu@euandre.org>2024-09-30 20:58:48 -0300
commit8222367830f486215ac50073c3436288265ab648 (patch)
tree14a0892ba377954a608d22618fbd750060d984d3 /Makefile
parentsrc/guuid.go: Remove "uuid" prefix from constants (diff)
downloaduuid-8222367830f486215ac50073c3436288265ab648.tar.gz
uuid-8222367830f486215ac50073c3436288265ab648.tar.xz
Add noop mkdeps.sh and empty deps.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index faf264c..28c25d7 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ GOLDFLAGS = -L $(GOLIBDIR)
+all:
+include deps.mk
+
+
objects = \
src/$(NAME).a \
tests/$(NAME).a \