Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Fix testcentury target.
Browse files Browse the repository at this point in the history
Issue #3
  • Loading branch information
Rene Ladan committed Dec 13, 2017
1 parent 589de6e commit 7fafbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ CFLAGS+=-Wall -D_POSIX_C_SOURCE=200809L -DETCDIR=\"$(PREFIX)/$(ETCDIR)\" \
objbin=testcentury.o

testcentury.o: ../calendar.h
testcentury: testcentury.o ../calendar.o
$(CC) -fpic $(CFLAGS) -I.. -c testcentury.c -o $@
testcentury: testcentury.o ../calendar.o
$(CC) -o $@ testcentury.o ../calendar.o

clean:
Expand Down

0 comments on commit 7fafbf3

Please sign in to comment.