diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index b217c278..74649bbc 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -28,13 +28,16 @@ TRANS_INST = $(addprefix $(hurdroot)/hurd/,$(TRANS)) all: $(TRANS) +ifsock: ifsock.o $(libports) fsysServer.o + $(CC) $(CFLAGS) -o $@ $^ + install: $(TRANS_INST) clean: rm -f $(TRANS) *.o relink: - rm -f $(UTILS) + rm -f $(TRANS) $(hurdroot)/hurd/%: % $(INSTALL_BIN) $^ %@ |