Added rust modes to emacs, changed theme to one-theme, changed scripts

This commit is contained in:
TuDatTr
2021-03-02 12:23:16 +01:00
parent a56233db18
commit 4732690351
16 changed files with 105 additions and 61 deletions

View File

@@ -4,10 +4,10 @@
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
# --
CC = gcc
SRC = \$(wildcard *.c)
SRC = \$(wildcard src/*.c)
OBJ = \$(SRC:.c=.o)
CFLAGS =
RM = rm
RM = rm -f
TARGET = $1
all: \$(TARGET)