/Makefile.in (a4c8f209400e97e59d4b2a27011381c83cfb3b9a) (392 bytes) (mode 100644) (type blob)
export CC := gcc
export INCS += -I. -I$(PWD)/
export CFLAGS += -ggdb3 -Wall -Wextra -Wno-long-long -pipe \
-Wswitch-enum @CC_SWITCHES@ -D _FORTIFY_SOURCES=2
.PHONY: all
all:
@echo "-------- Build... -----------"
@$(MAKE) -C src build
@echo "------- Done build ----------"
.PHONY: clean
clean:
@echo "--- Cleaning... ---"
@$(MAKE) -C src clean
install: all
@$(MAKE) -C src install
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
15 |
010ba27acfd70864106920deec80bd395f92b634 |
.gitignore |
100644 |
blob |
126 |
bfff976324c76e12f234b0fe3e4b6306d7750601 |
.mailmap |
100644 |
blob |
35147 |
94a9ed024d3859793618152ea559a168bbcbb5e2 |
LICENSE |
100644 |
blob |
392 |
a4c8f209400e97e59d4b2a27011381c83cfb3b9a |
Makefile.in |
100644 |
blob |
575 |
8933958d7c1bb99393670b7780dd074a935b31e5 |
README |
100644 |
blob |
1249 |
93a3110c34ff8671b5dae34d91a45f3e59fa5390 |
TODO |
100755 |
blob |
30 |
92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 |
configure |
100755 |
blob |
18252 |
e2438615edba7066a730ed6a796a5302263f1f37 |
duilder |
100644 |
blob |
793 |
b10bb3ab393162c04c996cec39186a8e039ac682 |
pwatch.spec |
040000 |
tree |
- |
72985e33e99398650cbd4aadd2d53a86dc63938a |
screenshot |
040000 |
tree |
- |
d58b74bd59c2a2e45929acc841ea5714fc919b5e |
src |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/pwatch
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/pwatch
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/pwatch
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main