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

Contents of /trunk/srcproc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 63 - (show annotations)
Thu Sep 12 14:07:24 2024 UTC (6 months, 2 weeks ago) by rakinar2
File size: 226 byte(s)
feat: add srcstats program

1 CC = gcc
2 CFLAGS = -Wall -Wextra -Werror -std=c23 -pedantic -g -O2 -DHAVE_CONFIG_H -I. -I.. -D_POSIX_C_SOURCE=200112L -D_GNU_SOURCE
3 BINS = srcstats
4
5 all: srcproc
6 srcproc: $(BINS)
7
8 srcstats: srcstats.o
9
10 clean:
11 rm -f *.o $(BINS)

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26