From 2eec4c98cc47835ff410676a00c7e1796ff2da54 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 2 Dec 2015 22:23:32 +0100 Subject: Rename CSTest to MinCTest; is more to-the-point --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34edccb..f330bdd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-O3 -DEPS=cstest.h -OBJS=example.o cstest.o +DEPS=minctest.h +OBJS=example.o minctest.o %.o: %.c $(DEPS) $(CC) -c -o $@ $< $(CFLAGS) -- cgit v1.2.3