mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-07 15:25:04 +00:00
correct install
This commit is contained in:
@@ -11,7 +11,10 @@ ASFLAGS = -I$(TOP)
|
||||
|
||||
CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2
|
||||
|
||||
SOURCES = head.S
|
||||
SOURCES = head.S
|
||||
|
||||
PROGRAMS = apple_driver
|
||||
CLEAN = apple_driver.o
|
||||
|
||||
.PHONY: all
|
||||
|
||||
@@ -29,7 +32,7 @@ apple_driver.o: head.o
|
||||
|
||||
install::
|
||||
install -d $(DESTDIR)/$(PREFIX)/lib/emile/
|
||||
install first_floppy $(DESTDIR)/$(PREFIX)/lib/emile/apple_driver
|
||||
install apple_driver $(DESTDIR)/$(PREFIX)/lib/emile/apple_driver
|
||||
|
||||
uninstall::
|
||||
rm -f $(DESTDIR)/$(PREFIX)/lib/emile/apple_driver
|
||||
|
Reference in New Issue
Block a user