summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-06-14 05:28:13 -0300
committerEuAndreh <eu@euandre.org>2024-06-14 13:55:04 -0300
commit14acca038fe75398c791e8415d825a8843d13cce (patch)
tree44c42f9b06be3b6161fbd4a34580c9976e0afab4 /Makefile
parentsrc/logerr.h: Normalize code order (diff)
downloadpindaiba-14acca038fe75398c791e8415d825a8843d13cce.tar.gz
pindaiba-14acca038fe75398c791e8415d825a8843d13cce.tar.xz
Revert "src/int.h: Add minimized stdint.h types"
This reverts commit 56d62364184f2ce12e3f81c3831af3881feeda96.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3132486..a98c9be 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ include deps.mk
catalogs.cat = $(catalogs.msg:.msg=.cat)
-sources.h = $(sources.c:.c=.h) src/int.h
+sources.h = $(sources.c:.c=.h)
sources.o = $(sources.c:.c=.o)
tests.o = $(tests.c:.c=.o)
tests.a = $(tests.c:.c=.a)