Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
- fixed a bug in bin/makefile
  • Loading branch information
andreas-schwenk committed Mar 19, 2023
1 parent c945aee commit 6ff3552
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2

- fixed a bug in bin/makefile

## 0.1

- initial version
1 change: 1 addition & 0 deletions bin/makemake
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ input_path = argv[1]
output_path = input_path[:-3]

print('running makemake on path ' + input_path)
makemake.makemake(input_path, output_path)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = (this_directory / "README.md").read_text()

setup(name='makemake',
version='0.1',
version='0.2',
description='A simple makefile generator for C projects',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6ff3552

Please # to comment.