comparison Makefile @ 33:01c29bee0c54

man: add libbase64.3 manual page
author David Demelier <markand@malikania.fr>
date Wed, 02 Jun 2021 16:37:59 +0200
parents c96f2b26678a
children c25a01b2229b
comparison
equal deleted inserted replaced
32:c96f2b26678a 33:01c29bee0c54
1 # 1 #
2 # Makefile -- basic Makefile for libbase64 2 # Makefile -- basic Makefile for libbase64
3 # 3 #
4 # Copyright (c) 2013-2020 David Demelier <markand@malikania.fr> 4 # Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
5 # 5 #
6 # Permission to use, copy, modify, and/or distribute this software for any 6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above 7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies. 8 # copyright notice and this permission notice appear in all copies.
9 # 9 #
17 # 17 #
18 18
19 .POSIX: 19 .POSIX:
20 20
21 CC= cc 21 CC= cc
22 CFLAGS= -O3 -DNDEBUG -Wall -Wextra 22 CFLAGS= -O3 -DNDEBUG
23 23
24 .SUFFIXES: 24 .SUFFIXES:
25 .SUFFIXES: .c .o 25 .SUFFIXES: .c .o
26 26
27 all: test/base64 27 all: test/base64