mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
a16b7bce95
* chore: sync with Terra 39 * fix: update mock-configs path * fix: use f38 specs for desktops * chore: move more lomiri/unity specific packages (#880) * Fix(ubuntu-sdk): update description & version (#878) Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> * fix: disable docs package (#887) * sync more changes from f39 * add keyd fixes --------- Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> Signed-off-by: lleyton <lleyton@fyralabs.com> Co-authored-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
23 lines
544 B
Diff
23 lines
544 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Paskal Sitepu <rmnscnce@ya.ru>
|
|
Date: Sat, 4 Nov 2023 09:54:38 +0700
|
|
Subject: [PATCH] (RPM) makefile: Remove unused Makefile variables
|
|
|
|
Signed-off-by: Paskal Sitepu <rmnscnce@ya.ru>
|
|
---
|
|
makefile | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/makefile b/makefile
|
|
index 5ca6bab..0091429 100644
|
|
--- a/makefile
|
|
+++ b/makefile
|
|
@@ -1,5 +1,3 @@
|
|
-CC=gcc
|
|
-CFLAGS=-Wall -pedantic -Wextra -std=c99 -O2
|
|
all: amdctl
|
|
%.o: %.c
|
|
$(CC) -c -o $@ $< $(CFLAGS)
|
|
--
|
|
2.41.0
|