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

Contents of /trunk/uar/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25 - (show annotations)
Tue Aug 6 13:06:45 2024 UTC (7 months, 3 weeks ago) by rakinar2
File size: 155 byte(s)
fix(uar): memory corruption issues and segmentation faults
1 CC = gcc
2 CFLAGS = -std=c99 -g -O2 -I. -Wall -Wextra -Werror -pedantic -DHAVE_CONFIG_H -DNDEBUG
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