diff options
author | EuAndreh <eu@euandre.org> | 2024-09-30 20:58:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-30 20:58:48 -0300 |
commit | 8222367830f486215ac50073c3436288265ab648 (patch) | |
tree | 14a0892ba377954a608d22618fbd750060d984d3 /Makefile | |
parent | src/guuid.go: Remove "uuid" prefix from constants (diff) | |
download | uuid-8222367830f486215ac50073c3436288265ab648.tar.gz uuid-8222367830f486215ac50073c3436288265ab648.tar.xz |
Add noop mkdeps.sh and empty deps.mk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ GOLDFLAGS = -L $(GOLIBDIR) +all: +include deps.mk + + objects = \ src/$(NAME).a \ tests/$(NAME).a \ |