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

Commit

Permalink
Fixed makefile install not copying files directly into $(FLASCC)/usr
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Racine committed May 30, 2013
1 parent a9e6b1f commit 61c9337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ compile:
@rm -f libGL.o

install: check
@cp -r install/usr/include/ $(FLASCC)/usr/
@cp -r install/usr/lib/ $(FLASCC)/usr/
@cp -r install/usr/include/ $(FLASCC)/usr/include
@cp -r install/usr/lib/ $(FLASCC)/usr/lib
@cp $(FLASCC)/usr/SDL_opengl.h $(FLASCC)/usr/include/SDL/

0 comments on commit 61c9337

Please sign in to comment.