Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
changed show-week command to take a date of which to show the week
added command delete record
added command delete project
changed help text
  • Loading branch information
SchokiCoder committed Jan 22, 2022
1 parent 9438996 commit f6dd06c
Show file tree
Hide file tree
Showing 9 changed files with 1,535 additions and 1,264 deletions.
30 changes: 15 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# SchokiManager
# Copyright (C) 2021 Andy Frank Schoknecht
# SchokiManager
# Copyright (C) 2021 Andy Frank Schoknecht
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

CC = cc
APP_NAME = smng
Expand All @@ -23,9 +23,9 @@ INSTALL_BIN_DIR = /usr/bin

options:
@echo smng build options:
@echo "CFLAGS = ${CFLAGS}"
@echo "CC = ${CC}"
@echo "LIBS = ${LIBS}"
@echo "CFLAGS = ${CFLAGS}"
@echo "CC = ${CC}"
@echo "LIBS = ${LIBS}"

clean:
rm -f ${APP_NAME} *.o
Expand Down
Loading

0 comments on commit f6dd06c

Please sign in to comment.