mirror of
				https://github.com/tiyn/st
				synced 2025-11-01 03:31:21 +01:00 
			
		
		
		
	added st-copyout to config
This commit is contained in:
		
							
								
								
									
										9
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								Makefile
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|  | ||||
| include config.mk | ||||
|  | ||||
| SRC = st.c x.c | ||||
| SRC = st.c x.c hb.c | ||||
| OBJ = $(SRC:.c=.o) | ||||
|  | ||||
| all: options st | ||||
| @@ -22,7 +22,8 @@ config.h: | ||||
| 	$(CC) $(STCFLAGS) -c $< | ||||
|  | ||||
| st.o: config.h st.h win.h | ||||
| x.o: arg.h config.h st.h win.h | ||||
| x.o: arg.h config.h st.h win.h hb.h | ||||
| hb.o: st.h | ||||
|  | ||||
| $(OBJ): config.h config.mk | ||||
|  | ||||
| @@ -43,7 +44,9 @@ dist: clean | ||||
| install: st | ||||
| 	mkdir -p $(DESTDIR)$(PREFIX)/bin | ||||
| 	cp -f st $(DESTDIR)$(PREFIX)/bin | ||||
| 	cp -f st-copyout $(DESTDIR)$(PREFIX)/bin | ||||
| 	chmod 755 $(DESTDIR)$(PREFIX)/bin/st | ||||
| 	chmod 755 $(DESTDIR)$(PREFIX)/bin/st-copyout | ||||
| 	mkdir -p $(DESTDIR)$(MANPREFIX)/man1 | ||||
| 	sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1 | ||||
| 	chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 | ||||
| @@ -52,6 +55,8 @@ install: st | ||||
|  | ||||
| uninstall: | ||||
| 	rm -f $(DESTDIR)$(PREFIX)/bin/st | ||||
| 	rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout | ||||
| 	rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 | ||||
| 	rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 | ||||
|  | ||||
| .PHONY: all options clean dist install uninstall | ||||
|   | ||||
		Reference in New Issue
	
	Block a user