Skip to content

Commit

Permalink
Remove duplicate compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Dec 8, 2015
1 parent 879017c commit 79d7db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sensors/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ generic_buffer: generic_buffer.c iio_utils.h
cc generic_buffer.c $(CFLAGS) -o generic_buffer

orientation: orientation.c iio_utils.h
cc orientation.c $(CFLAGS) -o orientation
cc orientation.c `pkg-config --cflags --libs libnotify` $(CFLAGS) -o orientation

hinge: hinge.c iio_utils.h
Expand Down

0 comments on commit 79d7db4

Please sign in to comment.