Skip to content

Commit

Permalink
added install target
Browse files Browse the repository at this point in the history
  • Loading branch information
nimble-code committed Jul 2, 2019
1 parent 6a90ff8 commit f9e4047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefile
@@ -1,5 +1,8 @@
all:
cd Src; make

install:
cd Src; make install

clean:
cd Src; make clean

0 comments on commit f9e4047

Please sign in to comment.