/[osn-commons]/trunk/uar/Makefile
ViewVC logotype

Contents of /trunk/uar/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23 - (show annotations)
Mon Aug 5 17:15:48 2024 UTC (7 months, 3 weeks ago) by rakinar2
File size: 176 byte(s)
feat: add programs implementing the universal archive format
1 CC = gcc
2 CFLAGS = -std=c99 -g -O2 -I. -Wall -Wextra -Werror -pedantic -DHAVE_CONFIG_H -DUAR_PRINT_VERBOSE_IMPL_INFO
3
4 all: uar
5 uar: uar.o main.o xmalloc.o
6
7 clean:
8 rm -f uar *.o

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26