diff options
author | San Jacobs | 2022-08-07 09:31:24 +0200 |
---|---|---|
committer | San Jacobs | 2022-08-07 09:31:24 +0200 |
commit | 5b331794952bb8a2581b2a31790d4c3e61efc690 (patch) | |
tree | fa2a310df43bbc708599364cde4cff75e5d6650f /makefile | |
parent | 8d8848e882aaf8ed92a9e919505f478ff1f5ce05 (diff) | |
download | satscalc-5b331794952bb8a2581b2a31790d4c3e61efc690.tar.gz satscalc-5b331794952bb8a2581b2a31790d4c3e61efc690.tar.bz2 satscalc-5b331794952bb8a2581b2a31790d4c3e61efc690.zip |
Installing to /usr/local/bin
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,5 +43,5 @@ cleanall: rm obj/*.o a.out install: a.out - cp a.out /usr/bin/satscalc + cp a.out /usr/local/bin/satscalc |