Alexander Avery
3 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
CC = gcc |
||||
|
CFLAGS = -g -Wall |
||||
|
|
||||
|
LIBS = -lssh |
||||
|
|
||||
|
TARGET = popcorn |
||||
|
BUILDDIR = build |
||||
|
|
||||
|
$(TARGET): $(TARGET).c |
||||
|
$(CC) $(CFLAGS) -o $(BUILDDIR)/$(TARGET) $(TARGET).c $(LIBS) |
Loading…
Reference in new issue