copying a binary after compilation to INSTALLDIR

git-svn-id: svn://kolibrios.org@7195 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Serhii Sakhno 2018-03-19 21:48:00 +00:00
parent 58da527cef
commit d391816c81
8 changed files with 1549 additions and 1311 deletions

View File

@ -31,8 +31,6 @@ all:$(LIBRARY).a
$(LIBRARY).a: $(OBJS) Makefile
$(AR) $(ARFLAGS) $(LIBRARY).a $(OBJS)
install: $(LIBRARY).a
mv -f $(LIBRARY).a $(INSTALLDIR)
%.o : %.c Makefile