Re-generated Makefiles
This commit is contained in:
parent
71171ca4be
commit
fdcbd104f3
|
@ -59,8 +59,11 @@ distclean: clean
|
|||
install: all
|
||||
$(MKDIR) $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) -m 0755 calendar $(DESTDIR)$(BINDIR)/calendar
|
||||
$(MKDIR) $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) -m 0755 fontsel $(DESTDIR)$(BINDIR)/fontsel
|
||||
$(MKDIR) $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) -m 0755 progress $(DESTDIR)$(BINDIR)/progress
|
||||
$(MKDIR) $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) -m 0755 run $(DESTDIR)$(BINDIR)/run
|
||||
|
||||
uninstall:
|
||||
|
|
|
@ -7,15 +7,19 @@ dist=Makefile
|
|||
[calendar]
|
||||
type=binary
|
||||
sources=calendar.c
|
||||
install=$(BINDIR)
|
||||
|
||||
[fontsel]
|
||||
type=binary
|
||||
sources=fontsel.c
|
||||
install=$(BINDIR)
|
||||
|
||||
[progress]
|
||||
type=binary
|
||||
sources=progress.c
|
||||
install=$(BINDIR)
|
||||
|
||||
[run]
|
||||
type=binary
|
||||
sources=run.c
|
||||
install=$(BINDIR)
|
||||
|
|
Loading…
Reference in New Issue
Block a user