Skip to content

Commit

Permalink
Fixed typo in syntax checker target
Browse files Browse the repository at this point in the history
  • Loading branch information
jobrien929 committed Sep 29, 2012
1 parent 907a503 commit 53ff13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ all: cs352proxy
.PHONY: check-syntax .PHONY: check-syntax


check-syntax: check-syntax:
$(CC) $(CFLAGS) -fsyntax-only $(CHK-SOURCES) $(CC) $(CFLAGS) -fsyntax-only $(CHK_SOURCES)


cs352proxy: cs352proxy.c cs352proxy: cs352proxy.c
$(CC) $(CFLAGS) -o cs352proxy cs352proxy.c $(CC) $(CFLAGS) -o cs352proxy cs352proxy.c
Expand Down

0 comments on commit 53ff13f

Please sign in to comment.