From 14acca038fe75398c791e8415d825a8843d13cce Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 14 Jun 2024 05:28:13 -0300 Subject: Revert "src/int.h: Add minimized stdint.h types" This reverts commit 56d62364184f2ce12e3f81c3831af3881feeda96. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3