Skip to content

Commit

Permalink
Fix typos in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed Oct 19, 2017
1 parent 41eb4d2 commit b1f7616
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@

LDFLAGS='-lxbps'


all: vrms


vrms: vrms.c
$(CC) -o vrms $(CFLAGS) vrms.c -lxbps $(LDLAGS)
$(CC) -o vrms $(CFLAGS) vrms.c $(LDFLAGS) -lxbps


vrms.1: vrms.1.md
Expand Down

0 comments on commit b1f7616

Please sign in to comment.