Skip to content

Commit

Permalink
Move reusable, non-GLX code into glinfo_common.[ch]
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 1, 2014
1 parent 8289cec commit 4d4d850
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 634 deletions.
2 changes: 1 addition & 1 deletion JSON/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ make-binary:
@echo -e '$(OK_COLOR)Compile i-nex-cpusage $(OK_STRING)$(NO_COLOR)'
$(CC) -o i-nex-cpusage i-nex-cpusage.c $(additional_confflags)
@echo -e '$(OK_COLOR)Compile i-nex-glinfo $(OK_STRING)$(NO_COLOR)'
$(CC) -o i-nex-glinfo i-nex-glinfo.c $(libx11) $(libgl) $(libxext) $(additional_confflags)
$(CC) -o i-nex-glinfo glinfo_common.c i-nex-glinfo.c $(libx11) $(libgl) $(libxext) $(additional_confflags)
@echo -e '$(OK_COLOR)Compile i-nex-uname $(OK_STRING)$(NO_COLOR)'
$(CC) -o i-nex-uname i-nex-uname.c $(additional_confflags)

Expand Down

0 comments on commit 4d4d850

Please sign in to comment.