OBJS = tunctl.o BIN = tunctl CFLAGS ?= -g -Wall BIN_DIR ?= /usr/bin all : $(BIN) $(BIN) : $(OBJS) $(CC) $(CFLAGS) -o $(BIN) $(OBJS) clean : rm -f $(BIN) $(OBJS) *~ install : $(BIN) install -d $(DESTDIR)$(BIN_DIR) install -s $(BIN) $(DESTDIR)$(BIN_DIR) ='Atom feed' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom/meta/recipes-devtools/patch/patch-2.5.9/2.5.9.patch?h=master' type='application/atom+xml'/>
![]() |
index : openembedded-core.git | |
| Trygve Laugstøl |
| summaryrefslogtreecommitdiff |