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

Contents of /trunk/uar/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32 - (show annotations)
Wed Aug 7 18:57:45 2024 UTC (7 months, 3 weeks ago) by rakinar2
File size: 168 byte(s)
refactor(uar): better I/O strategies to decrease memory usage
1 CC = gcc
2 CFLAGS = -std=c99 -g -O2 -I. -Wall -Wextra -Werror -pedantic -DHAVE_CONFIG_H -DNDEBUG
3 LDLIBS = -lm
4
5 all: uar
6 uar: uar.o main.o xmalloc.o
7
8 clean:
9 rm -f uar *.o

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26