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

Annotation of /trunk/uar/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32 - (hide 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 rakinar2 23 CC = gcc
2 rakinar2 25 CFLAGS = -std=c99 -g -O2 -I. -Wall -Wextra -Werror -pedantic -DHAVE_CONFIG_H -DNDEBUG
3 rakinar2 32 LDLIBS = -lm
4 rakinar2 23
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