Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Make non-pbuilder debuild happier.
Browse files Browse the repository at this point in the history
  • Loading branch information
mutability committed Feb 19, 2015
1 parent 8fa7209 commit ecd22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clean:
rm -f *.o dump1090 view1090 cprtests crctests

test: cprtests
$(PWD)/cprtests
./cprtests

cprtests: cpr.o cprtests.o
$(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRACFLAGS) -g -o $@ $^ -lm
Expand Down

0 comments on commit ecd22d8

Please sign in to comment.