From 894e7c6e58cb7bb8cbfdca3303950687089b6c4e Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 6 Mar 2009 00:02:55 -0800 Subject: Removed references to pbstruct from Makefile. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91e58c5..b82f9e0 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,12 @@ .PHONY: all clean CFLAGS=-std=c99 -O3 -Wall -Wextra -pedantic -all: pbstream.o pbstruct.o tests +all: pbstream.o tests clean: rm -f pbstream.o pbstruct.o tests pbstream.o: pbstream.c pbstream.h gcc $(CFLAGS) -o pbstream.o -c pbstream.c -pbstruct.o: pbstruct.c pbstruct.h - gcc $(CFLAGS) -o pbstruct.o -c pbstruct.c - tests: tests.c pbstream.c pbstream.h gcc $(CFLAGS) -o tests tests.c -- cgit v1.2.3