-
Notifications
You must be signed in to change notification settings - Fork 0
Snafu #1
Copy link
Copy link
Open
Description
Line 30 in 5955d2a
| return 1; |
LDFLAGS+=-lX11 -lxkbfile
PACKAGE=kb-layout
PROG=main.c
all:
$(CC) $(CFLAGS) $(LDFLAGS) -o $(PACKAGE) $(PROG)
install:
install -D -s -m 755 $(PACKAGE) /usr/bin/$(PACKAGE)
clean:
rm -f /usr/bin/$(PACKAGE)
.PHONY: all install clean ```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels