Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
julman99 committed Oct 14, 2015
1 parent 45e6b0d commit dbf6311
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 @@ -2,7 +2,7 @@ all: eatmemory.c
$(CC) eatmemory.c -o eatmemory

install: eatmemory
install -m 0755 eatmemory $(prefix)/usr/bin/eatmemory
install -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory

clean:
rm -rf *o eatmemory

0 comments on commit dbf6311

Please sign in to comment.