1
0
Fork 0
Spiegel von https://github.com/TobleMiner/shoreline.git synchronisiert 2025-09-18 09:02:45 +02:00
shoreline/tests/ringbuff/Makefile
2018-01-02 02:27:30 +01:00

11 Zeilen
130 B
Makefile

CC=gcc
CCFLAGS=-O0 -Wall -ggdb
RM=rm -f
all: clean test
test:
$(CC) $(CCFLAGS) ../../ring.c main.c -o test
clean:
$(RM) test