Improved 'make install' (use BINDIR/LIBDIR, install shared objects)
This commit is contained in:
parent
6301cc5d38
commit
d94d4bafbb
16 changed files with 54 additions and 2 deletions
|
@ -4,3 +4,6 @@ all:
|
|||
clean:
|
||||
for d in $(SUBDIRS); do make -C $$d clean; done
|
||||
rm -f *~ *.o *.d
|
||||
|
||||
install:
|
||||
@echo Nothing to be made.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue