Skip to content
Snippets Groups Projects
Commit 47e286b7 authored by Vanshika Mohan Bongade's avatar Vanshika Mohan Bongade
Browse files

Upload New File

parent 72510c65
No related branches found
No related tags found
No related merge requests found
CC = gcc
CFLAGS = -Wall -Wextra -g
TARGET = dsh
SRC = dsh_cli.c dshlib.c
all: $(TARGET)
$(TARGET): $(SRC)
$(CC) $(CFLAGS) -o $(TARGET) $(SRC)
clean:
rm -f $(TARGET)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment