OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
tools
/
leds
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Makefile
242 bytes
06/16/2023 05:32:39 PM
rw-r--r--
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 # Makefile for LEDs tools CFLAGS = -Wall -Wextra -g -I../../include/uapi all: uledmon led_hw_brightness_mon %: %.c $(CC) $(CFLAGS) -o $@ $^ clean: $(RM) uledmon led_hw_brightness_mon .PHONY: all clean