File: .hidden

package info (click to toggle)
python-pyflow 1.1.20-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 996 kB
  • sloc: python: 4,154; sh: 219; ansic: 15; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 49 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7

.PHONY: A B
A: B
	@echo "Made it!"

B:
	sleep 5