diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /unix/boot/rmfiles/mkpkg.sh | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'unix/boot/rmfiles/mkpkg.sh')
-rw-r--r-- | unix/boot/rmfiles/mkpkg.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/boot/rmfiles/mkpkg.sh b/unix/boot/rmfiles/mkpkg.sh new file mode 100644 index 00000000..43d8dbd3 --- /dev/null +++ b/unix/boot/rmfiles/mkpkg.sh @@ -0,0 +1,6 @@ +# Make and install the RMFILES utility. + +$CC -c $HSI_CF rmfiles.c +$CC $HSI_LF rmfiles.o $HSI_LIBS -o rmfiles.e +mv -f rmfiles.e ../../hlib +rm *.o |