Sindbad~EG File Manager

Current Path : /usr/src/kernels/3.10.0-1160.139.1.el7.tuxcare.els2.x86_64.debug/tools/usb/
Upload File :
Current File : //usr/src/kernels/3.10.0-1160.139.1.el7.tuxcare.els2.x86_64.debug/tools/usb/Makefile

# SPDX-License-Identifier: GPL-2.0
# Makefile for USB tools

CC = $(CROSS_COMPILE)gcc
PTHREAD_LIBS = -lpthread
WARNINGS = -Wall -Wextra
CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) -I../include

all: testusb ffs-test
%: %.c
	$(CC) $(CFLAGS) -o $@ $^

clean:
	$(RM) testusb ffs-test

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists